RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLDocument.SaveToFile Method

Saves the XML document to disk.

Pascal
procedure SaveToFile(const AFileName: DOMString = ''); dynamic;
C++
__fastcall SaveToFile(const DOMString AFileName = '');

Call SaveToFile to save any modifications you have made to the parsed XML document. 

AFileName is the name of the file to save. If AFileName is an empty string, TXMLDocument uses the value of the FileName property. 

 

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