SHDocVw.TWebBrowser.ControlInterface

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property  ControlInterface: IWebBrowser2 read GetControlInterface;

C++

__property _di_IWebBrowser2 ControlInterface = {read=GetControlInterface};

Properties

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

Description

Provides access to the interface for this Web browser component.

Use ControlInterface to access the interface for the WebBrowser component. This interface lets an Automation controller access the properties, methods, and events of the Web browser.

See Also