RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebBrowser.Application Property

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.

Pascal
property Application: IDispatch;
C++
__property IDispatch Application;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!