SHDocVw.TWebBrowser.DefaultInterface

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property DefaultInterface: IWebBrowser2 read GetControlInterface;

C++

__property _di_IWebBrowser2 DefaultInterface = {read=GetControlInterface};

プロパティ

種類 可視性 ソース ユニット
property public
SHDocVw.pas
SHDocVw.hpp
SHDocVw TWebBrowser

説明

このコンポーネントのデフォルトインターフェースへのアクセスを提供します。

DefaultInterface プロパティを使用すると,コンポーネントのデフォルトインターフェースにアクセスできます。TWebBrowser で実装される DefaultInterface プロパティの値は ControlInterface プロパティの値と同じです。

関連項目