JVCL Help:TJvCustomCsvDataSet.ReadOnly

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

Search in JVCL Help

 
Search in all projects
 

Summary

Data is non-modifiable (read only).


Pascal

 propertyReadOnly: Boolean;


Description

Data is non-modifiable (read only). Only set this to true if the contents of the data are complete static once loaded from a CSV file. Mutually exclusive property: SavesChanges.
If you set this property to true, then no editing will be permitted by data aware components, and any direct writes to field values will cause an exception to be raised.


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