RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLNodeCollection.SetChildNodes Method

Sets the value of the ChildNodes property.

Pascal
procedure SetChildNodes(const Value: IXMLNodeList); override;
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. 

TXMLNodeCollection overrides the inherited method to update the List property as well. 

 

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