Xml.XMLIntf.IXMLNodeList.GetCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCount: Integer;

C++

virtual int __fastcall GetCount() = 0 ;

Properties

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

Description

Returns the number of nodes in the list.

GetCount is the read implementation of the Count property.

See Also