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
  - M:Devart.VirtualDac.TVirtualTable.LoadFromFile(System.String,System.Boolean,System.Boolean)
 
  - M:Devart.VirtualDac.TVirtualTable.LoadFromStream(Borland.Vcl.TStream,System.Boolean,System.Boolean)