Xml.XMLIntf.IXMLNodeList.GetUpdateCount

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

Delphi

function GetUpdateCount: Integer;

C++

virtual int __fastcall GetUpdateCount() = 0 ;

プロパティ

種類 可視性 ソース ユニット
function public
Xml.XMLIntf.pas
Xml.XMLIntf.hpp
Xml.XMLIntf IXMLNodeList

説明

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

GetUpdateCount メソッドは,UpdateCount プロパティの読み出し用の実装です。

関連項目