SHDocVw.IWebBrowser.Application

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Application: IDispatch read Get_Application;

C++

__property _di_IDispatch Application = {read=_scw_Get_Application};

Properties

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

Description

Provides access to the Automation interface for the application that contains the WebBrowser control, or, if that is unavailable, for the interface for the WebBrowser control.

Use Application to access the interface for the application containing the WebBrowser control. If the application does not have an Automation interface, or if the interface is not accessible, Application provides access to the Automation interface of the Web browser control.

See Also