RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TActionManager.OnGetClientItemClass Event

Occurs before TActionManager creates any ActionClientItems.

Pascal
property OnGetClientItemClass: TGetClientItemClassEvent;
C++
__property TGetClientItemClassEvent OnGetClientItemClass;

Write an OnGetClientItemClass event handler to change the type of the TActionClientItem class that is created and used by the ActionManager. OnGetClientItemClass provides an opportunity to return a descendant of TActionClientItem, which has new properties, events and methods for use within action bands. 

 

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