Xml.XMLDoc.TXMLNodeCollection.GetList

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetList: IXMLNodeList; virtual;

C++

virtual Xml::Xmlintf::_di_IXMLNodeList __fastcall GetList();

Properties

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

Description

Returns the value of the List property.

GetList is the protected read implementation of the List property.

See Also