JVCL Help:TJvCustomCsvDataSet.Changed
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomCsvDataSet.Changed Property
[+] TJvCustomCsvDataSet Events
[+] TJvCustomCsvDataSet Fields
[+] TJvCustomCsvDataSet Methods
[+] TJvCustomCsvDataSet Properties
Search in JVCL Help
Search in all projectsSummary
This is the World-Famous 'Dirty Bit'.
Pascal
propertyChanged: Boolean;
Description
If anything in the data set (any field, on any row) has changed, and the changes have not been saved to disk (via Flush), then the current data has been changed. You can either call Flush to save the data, when it has changed, or you can set Active to false. (If the SavesChanges property is set.) It should get set True if you change anything or add or delete anything from the dataset. It gets set back to false when you call Flush.
See Also
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