SHDocVw.TWebBrowser.Application

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Application: IDispatch index 200 read GetIDispatchProp;

C++

__property _di_IDispatch Application = {read=GetIDispatchProp, index=200};

Properties

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

Description

Provides access to the Automation interface for the application that contains the WebBrowser control, or, if that is unavailable, 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