RAD Studio VCL Reference
|
Specifies whether the node can be modified.
property ReadOnly: Boolean;
__property Boolean ReadOnly;
ReadOnly specifies whether the value, child nodes, or attributes of the node can be changed. When ReadOnly is true, the node can't be modified. Read-only nodes raise an exception when an attempt is made to modify them.
When ReadOnly is false, the node can be modified.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|