Xml.xmldom.IDOMNode._scw_get_ownerDocument

From RAD Studio API Documentation
Jump to: navigation, search

C++

/* safecall wrapper */ inline _di_IDOMDocument _scw_get_ownerDocument() { _di_IDOMDocument __r; HRESULT __hr = get_ownerDocument(__r); System::CheckSafecallResult(__hr); return __r; }

Properties

Type Visibility Source Unit Parent
function public Xml.xmldom.hpp Xml.xmldom IDOMNode

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!