RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLNode.SetChildNodes Method

Sets the value of the ChildNodes property.

Pascal
procedure SetChildNodes(const Value: IXMLNodeList); virtual;
C++
virtual __fastcall SetChildNodes(const IXMLNodeList Value);

Applications can't call this protected method. It is called internally the first time an application reads the ChildNodes property to supply the interface that implements that property. 

 

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