Xml.XMLDoc.TXMLDocument.Resync

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Resync;

C++

void __fastcall Resync();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Xml.XMLDoc.pas
Xml.XMLDoc.hpp
Xml.XMLDoc TXMLDocument

Description

Forces all child nodes and attribute nodes to be reread from the underlying DOM implementation.

Resync forces the document to reread the values of its child nodes and attribute nodes, discarding any changes that have not been propagated to the underlying DOM implementation.

See Also

Code Examples