Vcl.ActnMan.TGetCommandPropertiesClassEvent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
type
typedef
public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan Vcl.ActnMan

Beschreibung

Ereignisbehandlungsroutine für das Ereignis OnGetCommandPropertiesClass.

TGetCommandPropertiesClassEvent ist die Ereignisbehandlungsroutine, die für das Ereignis TCustomActionManager.OnGetCommandPropertiesClass gesetzt werden kann.

Siehe auch