AnyDAC
ContentsIndexHome
PreviousUpNext
TADUpdateOptions.EnableDelete Property

Allows to delete records from dataset.

Group
Links

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!