|
AnyDAC
|
Specifies whether the dataset is read-only.
Use the ReadOnly property to prevent users from updating, inserting, or deleting data in the dataset. By default ReadOnly is False.
To guarantee that users cannot modify dataset data, set ReadOnly to True. The property is shortcut for EnableDelete, EnableInsert, EnableUpdate properties.
property ReadOnly: Boolean;
|
What do you think about this topic? Send feedback!
|