SHDocVw.TWebBrowser.OnStatusTextChange

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

Delphi

property OnStatusTextChange: TWebBrowserStatusTextChange read FOnStatusTextChange write FOnStatusTextChange;

C++

__property TWebBrowserStatusTextChange OnStatusTextChange = {read=FOnStatusTextChange, write=FOnStatusTextChange};

プロパティ

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

説明

TWebBrowser では使用されません。

このイベントは使用しないでください。IWebBrowser2 インターフェースが Internet Explorer と共有されているため,このプロパティは TWebBrowser インターフェースに含まれます。OnStatusTextChange は,Internet Explorer のステータスバーに表示されたテキストが変更されると発生します。