JVCL Help:TJvCsvDataSet.Changed

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

Search in JVCL Help

 
Search in all projects
 

Summary

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

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