AnyDAC
ContentsIndexHome
PreviousUpNext
TADUpdateOptions.EnableInsert Property

Allows to insert records into dataset.

Group
Links

Use EnableInsert property to enable addition of new records to dataset (True). If it is disallowed (False), then TDataSet.Insert / Append methods will raise exception. The default value is True. 

If you need to make dataset read-only, then use ReadOnly property.

property EnableInsert: Boolean;
What do you think about this topic? Send feedback!