RAD Studio VCL Reference
|
Updates the parsed XML document to reflect external changes.
procedure Refresh;
__fastcall Refresh();
Call Refresh when the XML document specified by FileName has changed due to an external cause. Refresh updates the parsed version of the XML document (which can be traversed starting with DocumentElement) to reflect the current contents of the file specified by FileName.
The Active property must be true when you call Refresh. If the XML document is not active when you call Refresh, TXMLDocument raises an EXMLDocError exception.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|