RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TActionClientItem Class

TActionClientItem is a streamable wrapper that represents an action or category of actions in the action manager.

Pascal
TActionClientItem = class(TActionClient);
C++
class TActionClientItem : public TActionClient;

ActnMan

TActionClientItem is used internally to wrap a category of actions, standard action, or a user defined custom action into a streamable format that is managed by an action manager. TActionClientItem is used as a mechanism to store layout (ordering) information for an action. This layout information contained by the action client item is used by the action manager to render the action onto an action band as a visual representation of the action. 

Instances of TActionClientItem are created automatically by the TActionManager component when an action or category of actions is added to an action band.

Note: Do not create or destroy instances of TActionClientItem directly, always allow the action manager to handle this for you.
 

 

TActionManager 

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!