RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IXMLNode.ReadOnly Property

Specifies whether the node can be modified.

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