Xml.XMLDoc.TXMLNodeList.GetUpdateCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetUpdateCount: Integer;

C++

int __fastcall GetUpdateCount();

Properties

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

Description

Returns the value of the UpdateCount property.

GetUpdateCount is the read implementation of the UpdateCount property.

See Also