RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataLink.Editing Property

Indicates whether the DataSource is in edit mode.

Pascal
property Editing: Boolean;
C++
__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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!