SHDocVw.IWebBrowser.Get_Application

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

function Get_Application: IDispatch; safecall;

C++

virtual HRESULT __safecall Get_Application(_di_IDispatch &__Get_Application_result) = 0 ;

Properties

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

Description

Returns the value of the Application property.

Use Get_Application to access the interface for the application containing the WebBrowser control.

See Also