Xml.xmldom.IDOMDocument.get_domImplementation

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

function get_domImplementation: IDOMImplementation; safecall;

C++

virtual HRESULT __safecall get_domImplementation(_di_IDOMImplementation &__get_domImplementation_result) = 0 ;

Properties

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

Description

Returns the value of the domImplementation property.

Use get_domImplementation to read the domImplementation property.

See Also