Xml.xmldom.IDOMPersist.get_xml

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

function get_xml: DOMString; safecall;

C++

virtual HRESULT __safecall get_xml(System::UnicodeString &__get_xml_result) = 0 ;

Properties

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

Description

Returns the value of the xml property.

Use get_xml to read the xml property.

See Also