Xml.XMLDoc.TXMLNodeCollection.GetCount

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function GetCount: Integer;

C++

int __fastcall GetCount();

プロパティ

種類 可視性 ソース ユニット
function protected
Xml.XMLDoc.pas
Xml.XMLDoc.hpp
Xml.XMLDoc TXMLNodeCollection

説明

Count プロパティの値を返します。

GetCount メソッドは,Count プロパティの読み出し専用のプロテクトメソッドです。GetCount は,List プロパティのノードの数を返します。

関連項目