API:Xml.XMLIntf.IXMLDocument.SaveToXML
Delphi
procedure SaveToXML(var XML: DOMString); overload;
procedure SaveToXML(var XML: WideString); overload;
procedure SaveToXML(var XML: UTF8String); overload;
C++
virtual void __fastcall SaveToXML(System::UnicodeString &XML) = 0 /* overload */;
virtual void __fastcall SaveToXML(System::WideString &XML) = 0 /* overload */;
virtual void __fastcall SaveToXML(System::UTF8String &XML) = 0 /* overload */;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | Xml.XMLIntf.pas Xml.XMLIntf.hpp |
Xml.XMLIntf | IXMLDocument |
Description
Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!