Soap.XSBuiltIns.TXMLData.LoadFromXML

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure  LoadFromXML(const XML: string); overload;
procedure  LoadFromXML(const XML: WideString); overload;

C++

void __fastcall LoadFromXML(const System::UnicodeString XML)/* overload */;
void __fastcall LoadFromXML(const System::WideString XML)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
Soap.XSBuiltIns.pas
Soap.XSBuiltIns.hpp
Soap.XSBuiltIns TXMLData

Beschreibung

Lädt eine String-Räpresentation eines XML-Dokuments und aktiviert sie.

Rufen Sie LoadFromXML auf, um einen String als Wert eines XML-Knotens zuzuweisen.

Siehe auch