Soap.XSBuiltIns.TXMLData.LoadFromXML

From RAD Studio API Documentation
Jump to: navigation, search

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 */;

Properties

Type Visibility Source Unit Parent
procedure
function
public
Soap.XSBuiltIns.pas
Soap.XSBuiltIns.hpp
Soap.XSBuiltIns TXMLData

Description

Loads a string representation of an XML document and activates it.

Call LoadFromXML to assign a string as the value of the XML node.

See Also