Back to Devexpress

cxTLExportLink Unit

vcl-cxtlexportlink.md

latest3.5 KB
Original Source

cxTLExportLink Unit

Implements global procedures for data export from tree list controls.

Methods

NameDescription
cxExportTLToCSV(string,TcxCustomTreeList,Boolean,Boolean,Char,string,TObject,TEncoding)Exports content of a tree list control to a file in CSV (comma-separated values) format.
cxExportTLToCSVStream(TStream,TcxCustomTreeList,Boolean,Boolean,Char,TObject,TEncoding)Exports content of a tree list control to a stream in CSV (comma-separated values) format.
cxExportTLToExcel(string,TcxCustomTreeList,Boolean,Boolean,Boolean,string,TObject)Exports content of a tree list control to a file in Microsoft Excel® binary format (XLS).
cxExportTLToExcelStream(TStream,TcxCustomTreeList,Boolean,Boolean,Boolean,TObject)Exports content of a tree list control to a stream in Microsoft Excel® binary format (XLS).
cxExportTLToHTML(string,TcxCustomTreeList,Boolean,Boolean,string,TObject)Exports content of a tree list control to a file in HTML format.
cxExportTLToHTMLStream(TStream,TcxCustomTreeList,Boolean,Boolean,TObject)Exports content of a tree list control to a stream in HTML format.
cxExportTLToText(string,TcxCustomTreeList,Boolean,Boolean,string,string,string,string,TObject,TEncoding)Exports content of a tree list control to a file in plain text format.
cxExportTLToText(string,TcxCustomTreeList,Boolean,Boolean,string,TObject,TEncoding)Exports content of a tree list control to a file in plain text format.
cxExportTLToTextStream(TStream,TcxCustomTreeList,Boolean,Boolean,string,string,string,TObject,TEncoding)Exports content of a tree list control to a stream in plain text format.
cxExportTLToTextStream(TStream,TcxCustomTreeList,Boolean,Boolean,TObject,TEncoding)Exports content of a tree list control to a stream in plain text format.
cxExportTLToXLSX(string,TcxCustomTreeList,Boolean,Boolean,Boolean,string,TObject)Exports content of a tree list control to a file in Office Open XML spreadsheet format (XLSX).
cxExportTLToXLSXStream(TStream,TcxCustomTreeList,Boolean,Boolean,Boolean,TObject)Exports content of a tree list control to a stream in Office Open XML spreadsheet format (XLSX).
cxExportTLToXML(string,TcxCustomTreeList,Boolean,Boolean,string,TObject)Exports content of a tree list control to a file in XML format.

See Also

cxDBTL Unit

cxTL Unit

cxTLData Unit