Xml.xmldom.IDOMNode._scw_get_childNodes

From RAD Studio API Documentation
Jump to: navigation, search

C++

/* safecall wrapper */ inline _di_IDOMNodeList _scw_get_childNodes() { _di_IDOMNodeList __r; HRESULT __hr = get_childNodes(__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.