Xml.XMLIntf.IXMLDocument.SaveToFile
Delphi
procedure SaveToFile(const AFileName: DOMString);
C++
virtual void __fastcall SaveToFile(const System::UnicodeString AFileName) = 0 ;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | Xml.XMLIntf.pas Xml.XMLIntf.hpp |
Xml.XMLIntf | IXMLDocument |
Description
Saves the XML document to disk.
Call SaveToFile to save any modifications you have made to the parsed XML document.
AFileName is the name of the file to save.
Tip: To save the modifications back to the file from which the document was originally read, use the value of the FileName property for the AFileName parameter.