Xml.XMLIntf.IXMLNodeList.GetUpdateCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetUpdateCount: Integer;

C++

virtual int __fastcall GetUpdateCount() = 0 ;

Properties

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

Description

Returns the value of the UpdateCount property.

GetUpdateCount is the read implementation of the UpdateCount property.

See Also