SHDocVw.IWebBrowser._scw_Get_Parent

From RAD Studio API Documentation
Jump to: navigation, search

C++

/* safecall wrapper */ inline _di_IDispatch _scw_Get_Parent() { _di_IDispatch __r; HRESULT __hr = Get_Parent(__r); System::CheckSafecallResult(__hr); return __r; }

Properties

Type Visibility Source Unit Parent
function public SHDocVw.hpp SHDocVw IWebBrowser

Description

Embarcadero Technologies does not currently have any additional information.