RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLNode.SetCollection Method

Sets the value of the Collection property.

Pascal
procedure SetCollection(const Value: TXMLNodeCollection);
C++
__fastcall SetCollection(const TXMLNodeCollection Value);

SetCollection assigns Value as the value of the Collection property. This protected method is called when this node is added to the collection specified by the Value property. 

Value is a TXMLNodeCollection descendant that represents a repeating set of child nodes, of which this node is a member. 

 

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