|
RAD Studio VCL Reference
|
Indicates whether the DataSource is in edit mode.
property Editing: Boolean;
__property Boolean Editing;
Read Editing to determine whether the DataSource is inserting a new record into the dataset, or modifying the current record. To change the dataset into edit mode, and hence the Editing property to true, use the Edit method.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|