JVCL Help:TJvCustomCsvDataSet.SaveToFile
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomCsvDataSet.SaveToFile Method
[+] TJvCustomCsvDataSet Events
[+] TJvCustomCsvDataSet Fields
[+] TJvCustomCsvDataSet Methods
[+] TJvCustomCsvDataSet Properties
Search in JVCL Help
Search in all projectsSummary
Save entire contents to the specified filename.
Pascal
procedureSaveToFile(constFileName: string);
Parameters
Parameters | Description |
const FileName: string | The filename to save to |
Description
The property SavesChanges is ignored in this special case. NORMALLY, if SavesChanges property is set you call Flush instead, and you don't have to provide the filename, since you might usually be saving back to the file from which you loaded.
See Also
TJvCustomCsvDataSet.SavesChanges
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