SHDocVw.TWebBrowser.OnCommandStateChange

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnCommandStateChange: TWebBrowserCommandStateChange read FOnCommandStateChange write FOnCommandStateChange;

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
event published
SHDocVw.pas
SHDocVw.hpp
SHDocVw TWebBrowser

Description

Se produit quand la possibilité d'exécuter certaines méthodes de TWebBrowser change.

Ecrivez un gestionnaire d'événement OnCommandStateChange pour actualiser les contrôles de l'application dont l'état dépend de la possibilité d'exécuter les méthodes du navigateur Web.

Voir aussi