RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLNode.SetParentNode Method

Sets the value of the ParentNode property.

Pascal
procedure SetParentNode(const Value: TXMLNode); virtual;
C++
virtual __fastcall SetParentNode(const TXMLNode Value);

Applications can't use this protected property. It is used internally when nodes are added to the ChildNodes or AttributeNodes property. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!