Xml.xmldom.IDOMPersist.loadxml

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

function loadxml(const Value: DomString): WordBool; safecall;

C++

virtual HRESULT __safecall loadxml(const System::UnicodeString Value, System::WordBool &__loadxml_result) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
Xml.Xmldom.pas
Xml.xmldom.hpp
Xml.xmldom IDOMPersist

Description

Loads the xml from a string.

Use the loadxml method to load the xml from the string specified by the Value parameter. The loadxml method returns True if the loading was successful, and False otherwise.

See Also