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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!