Xml.XMLIntf.IXMLNode.GetCollection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCollection: IXMLNodeCollection;

C++

virtual _di_IXMLNodeCollection __fastcall GetCollection() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
Xml.XMLIntf.pas
Xml.XMLIntf.hpp
Xml.XMLIntf IXMLNode

Description

Returns the value of the Collection property.

GetCollection is the read implementation of the Collection property.

See Also