Xml.XMLDoc.TXMLNodeList.GetCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCount: Integer;

C++

int __fastcall GetCount();

Properties

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

Description

Returns the number of nodes in the list.

GetCount is the read implementation of the Count property.

See Also