Vcl.ActnMan.TCustomActionManager.OnStyleChanged

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnStyleChanged: TStyleChanged read FOnStyleChanged write FOnStyleChanged;

C++

__property TStyleChanged OnStyleChanged = {read=FOnStyleChanged, write=FOnStyleChanged};

Propriétés

Type Visibilité  Source Unité  Parent
event public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TCustomActionManager

Description

Se produit après une modification de la propriété Style.

Ecrivez un gestionnaire d'événements OnStyleChanged pour répondre aux modifications de la propriété Style.

Voir aussi