JVCL Help:TJvCustomCsvDataSet.ExportCsvFile
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomCsvDataSet.ExportCsvFile Method
[+] TJvCustomCsvDataSet Events
[+] TJvCustomCsvDataSet Fields
[+] TJvCustomCsvDataSet Methods
[+] TJvCustomCsvDataSet Properties
Search in JVCL Help
Search in all projectsSummary
Writes contents of memory to the disk as a csv file.
Pascal
procedureExportCsvFile(constFileName: string); virtual;
Parameters
Parameters | Description |
const FileName: string | The file to write to. |
Description
Writes contents of memory to the disk as a csv file. Use this only if you want to save to a file other than the Filename property in the component. If you just want to save the table to the file that it was loaded from, call Flush instead.
See Also
TJvCustomCsvDataSet.FileName, TJvCustomCsvDataSet.Flush
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page