|
AnyDAC
|
Allows to edit records of dataset.
Use EnableUpdate property to enable edition of dataset records (True). If it is disallowed (False), then TDataSet.Edit method will raise an exception. The default value is True.
If you need to make dataset read-only, then use ReadOnly property.
property EnableUpdate: Boolean;
|
What do you think about this topic? Send feedback!
|