SHDocVw.TWebBrowser.OnCommandStateChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnCommandStateChange: TWebBrowserCommandStateChange read FOnCommandStateChange write FOnCommandStateChange;

C++

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

Properties

Type Visibility Source Unit Parent
event published
SHDocVw.pas
SHDocVw.hpp
SHDocVw TWebBrowser

Description

Occurs when the ability to execute certain TWebBrowser methods changes.

Write an OnCommandStateChange to update any controls in the application whose state depends on the ability to execute the Web browser's methods.

See Also