Xml.xmldom.IDOMPersist.xml

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

property xml: DOMString read get_xml;

C++

__property System::UnicodeString xml = {read=_scw_get_xml};

Properties

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

Description

Represents the XML document.

The xml property represents the content of the XML document.

See Also