Xml.XMLDoc.TXMLNode.SetCollection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetCollection(const Value: TXMLNodeCollection);

C++

void __fastcall SetCollection(TXMLNodeCollection* const Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Xml.XMLDoc.pas
Xml.XMLDoc.hpp
Xml.XMLDoc TXMLNode

Description

Sets the value of the Collection property.

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.

See Also