Xml.xmldom.IDOMDocument._scw_get_doctype

From RAD Studio API Documentation
Jump to: navigation, search

C++

/* safecall wrapper */ inline _di_IDOMDocumentType _scw_get_doctype() { _di_IDOMDocumentType __r; HRESULT __hr = get_doctype(__r); System::CheckSafecallResult(__hr); return __r; }

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.