RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFieldDataLink.Editing Property

Indicates whether the dataset that contains the associated field is in edit mode.

Pascal
property Editing: Boolean;
C++
__property Boolean Editing;

Use Editing to determine whether the value of the field associated with this TDataLink can currently be edited. If Editing is false, calling the Edit method may drive the dataset into edit mode. The Edit method may not be successful, however, if the field cannot be edited. For example, if the CanModify property is false, Editing will always be false. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!