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