RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IXMLNode.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 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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!