SHDocVw.TWebBrowser.DefaultInterface

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property  DefaultInterface: IWebBrowser2 read GetControlInterface;

C++

__property _di_IWebBrowser2 DefaultInterface = {read=GetControlInterface};

Properties

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

Description

Provides access to the default interface for the component.

Use DefaultInterface to access the default interface for the component. As implemented in TWebBrowser, this is the same as the ControlInterface property.

See Also