Saves the current dataset data to a file in the XML format compatible with ADO format.
Class
TMemDataSet
Syntax
procedure SaveToXML(const FileName: string; IndentFormat: TXmlIndentFormat = ifSpace); overload;
Parameters
FileName
Holds the name of a destination file.
IndentFormat
Specifies how to format indentation in XML format files when saving the dataset. The default value is ifSpace. For other values, see the
TXmlIndentFormat class.
See Also