RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFieldDataLink.CanModify Property

Indicates whether the Control can modify a field in the database table managed by TFieldDataLink.

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

Read CanModify to find out whether the Control that owns this TFieldDataLink is able to alter the data in the database that this field represents. CanModify may be false because the control is read-only, or because the underlying field does not permit updates. 

 

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