RAD Studio VCL Reference
|
Sets the value of the Collection property.
procedure SetCollection(const Value: TXMLNodeCollection);
__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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|