SHDocVw.TWebBrowser.OnCommandStateChange

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

Delphi

property OnCommandStateChange: TWebBrowserCommandStateChange read FOnCommandStateChange write FOnCommandStateChange;

C++

__property TWebBrowserCommandStateChange OnCommandStateChange = {read=FOnCommandStateChange, write=FOnCommandStateChange};

プロパティ

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

説明

特定の TWebBrowser メソッドを実行できる属性が変化すると発生します。

OnCommandStateChange を記述すると,Web ブラウザのメソッドを実行できるかどうかで状態が変化するアプリケーションのコントロールを更新できます。

関連項目