|
RAD Studio VCL Reference
|
Specifies whether a field can be modified.
property CanModify: Boolean;
__property Boolean CanModify;
Check CanModify to determine if a field's data can be edited. CanModify is true only if the ReadOnly property is false, and the dataset for this field component allows write access to the corresponding database field.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|