Vcl.ActnMan.TGetCommandPropertiesClassEvent

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TGetCommandPropertiesClassEvent = procedure(Sender: TCustomActionManager;
AnItem: TActionClientItem;
var CommandPropertiesClass: TCommandPropertiesClass) of object;

C++

typedef void __fastcall (__closure *TGetCommandPropertiesClassEvent)(TCustomActionManager* Sender, TActionClientItem* AnItem, TCommandPropertiesClass &CommandPropertiesClass);

Propriétés

Type Visibilité  Source Unité  Parent
type
typedef
public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan Vcl.ActnMan

Description

Gestionnaire d'événement pour l'événement OnGetCommandPropertiesClass.

TGetCommandPropertiesClassEvent est le gestionnaire d'événement qui peut être défini pour l'événement TCustomActionManager.OnGetCommandPropertiesClass.

Voir aussi