JVCL Help:TJvCsvDataSet.SavesChanges

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Specifies whether to write the contents of the data to the file.


Pascal

 propertySavesChanges: Boolean;


Description

If set to true, then the contents of the data set are written to the file, whenever you call Flush manually, and automatically, when the dataset Active property is set to false. Mutually exclusive property: ReadOnly. Permits writing the changes to the csv file. If you don't set this, then any changes are lost when you exit your program, or when you set the Active property to false. This can be handy if any modifications are only intended to be temporary and not persistent.


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