RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TActionManager.OnGetClientsClass Event

Occurs when attempting to add items to an ActionClient.

Pascal
property OnGetClientsClass: TGetClientsClassEvent;
C++
__property TGetClientsClassEvent OnGetClientsClass;

Write an OnGetClientsClass event handler to change the type of the TactionClients class that is created and used by the ActionManager. OnGetClientsClass provides an opportunity to return a descendant of TActionClients which implements 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!