RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomActionList Class

TCustomActionList is the base class for action list objects that manage a set of actions.

Pascal
[RootDesignerSerializerAttribute('', '', False)]
TCustomActionList = class(TComponent);
C++
[RootDesignerSerializerAttribute('', '', False)]
class TCustomActionList : public TComponent;

Action lists manage a collection of action objects so that they are available to the components in an application. These action objects centralize the response of the application to user input, and update the properties of all controls that trigger that response. 

TCustomActionList descendants provide the user interface for working with actions at design time. These include TActionList, which lets you set up actions using the action list editor, and TActionManager, which lets you configure actions using the customize dialog.  

Action lists maintain a list of actions that can be grouped by category. Actions in an action list are TContainedAction or descendant types. 

 

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