RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ActnMan.TGetCommandPropertiesClassEvent Type

Event handler for OnGetCommandPropertiesClass event.

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

TGetCommandPropertiesClassEvent is the event handler that can be set for the TCustomActionManager.OnGetCommandPropertiesClass event. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!