Xml.XMLDoc.TXMLNode.Resync
Delphi
procedure Resync;
C++
void __fastcall Resync(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Xml.XMLDoc.pas Xml.XMLDoc.hpp |
Xml.XMLDoc | TXMLNode |
Description
Forces all child nodes and attribute nodes to be reread from the underlying DOM implementation.
Use the TXMLNode object's IXMLNode interface to call the protected Resync method. Resync forces the node to reread the values of its child nodes and attribute nodes, discarding any changes that have not been propagated to the underlying DOM implementation.