RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLNode.CheckReadOnly Method

Raises an EXMLDocError exception if this is a read-only node.

Pascal
procedure CheckReadOnly;
C++
__fastcall CheckReadOnly();

Applications can't call this protected method. It is used internally in methods that change the value, children, or attributes of the node, to check whether the change is permitted, and if not, raise an exception. 

 

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