Xml.XMLIntf.IXMLNodeList.EndUpdate
Delphi
procedure EndUpdate;
C++
virtual void __fastcall EndUpdate() = 0 ;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | Xml.XMLIntf.pas Xml.XMLIntf.hpp |
Xml.XMLIntf | IXMLNodeList |
Description
Decrements the value of UpdateCount.
Call EndUpdate after making several changes to the nodes in the list (such as adding or removing several nodes). EndUpdate decrements the UpdateCount property, which was incremented by a previous call to BeginUpdate.
Every call to BeginUpdate should be matched by a call to EndUpdate, so that the UpdateCount property accurately reflects whether an update operation is underway.