Xml.XMLDoc.TXMLDocument.SaveToFile

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SaveToFile(const AFileName: DOMString = ''); dynamic;

C++

DYNAMIC void __fastcall SaveToFile(const System::UnicodeString AFileName = System::UnicodeString());

Properties

Type Visibility Source Unit Parent
procedure
function
public
Xml.XMLDoc.pas
Xml.XMLDoc.hpp
Xml.XMLDoc TXMLDocument

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. If AFileName is an empty string, TXMLDocument uses the value of the FileName property.

See Also

Code Examples