Xml.XMLDoc.TXMLNodeCollection.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 TXMLNodeCollection

Description

Returns the value of the Count property.

GetCount is the protected read implementation of the Count property. It returns the number of nodes in the List property.

See Also