AnyDAC
ContentsIndexHome
PreviousUpNext
TADUpdateOptions.EnableUpdate Property

Allows to edit records of dataset.

Group
Links

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!