|
AnyDAC
|
Allows to insert records into dataset.
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!
|