RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IXMLNode.SetReadOnly Method

Specifies whether the node can be modified.

Pascal
procedure SetReadOnly(const Value: Boolean);
C++
__fastcall SetReadOnly(const Boolean Value);

SetReadOnly is the write implementation of the ReadOnly property.  

Value is the new read-only status of the node. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!