RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IXMLDocument.Resync Method

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

Pascal
procedure Resync;
C++
__fastcall Resync();

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!