Xml.XMLDoc.TXMLNode.GetCollection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCollection: IXMLNodeCollection;

C++

Xml::Xmlintf::_di_IXMLNodeCollection __fastcall GetCollection(void);

Properties

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

Description

Returns the value of the Collection property.

Use the TXMLNode object's IXMLNode interface to call the protected GetCollection method. GetCollection returns the value of the Collection property. If this node is not a member of a collection (that is, if it does not represent one of a set of child nodes that are all the same type), then GetCollection returns nil (Delphi) or NULL (C++).

See Also