API:Xml.XMLIntf.IXMLDocument.LoadFromXML
Delphi
procedure LoadFromXML(const XML: AnsiString); overload;
procedure LoadFromXML(const XML: DOMString); overload;
C++
virtual void __fastcall LoadFromXML(const System::AnsiString XML) = 0 /* overload */;
virtual void __fastcall LoadFromXML(const System::UnicodeString 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!