DevExpress v24.2 Update — Your Feedback Matters Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release. Take the survey Not interested cxTLExportLink Unit Implements global procedures for data export from tree list controls. #Methods Name Description 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