RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TActionClients Class

TActionClients is a container for TActionClient objects.

Pascal
TActionClients = class(TActionClientsCollection);
C++
class TActionClients : public TActionClientsCollection;

ActnMan

Each TActionClients object holds a collection of TClientAction objects. The TActionClients object is used internally by the TActionManager component to maintain information about the action clients managed by the an action manager. Instances of the TActionClients object should never be created directly or the methods contained in TActionClients called directly. 

 

TActionClient 

Creating Dynamic Menus 

Creating Most Recently Used Lists 

Hiding Unused Items and Categories in Action Bands

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!