SHDocVw.TWebBrowser.OnStatusTextChange
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 のステータスバーに表示されたテキストが変更されると発生します。