ActnList.TCustomActionList
Contents |
Delphi Information
From ActnList.pas
TCustomActionList = class(TComponent)
Unit: ActnList
Type: class
Inherited Class Members: ActnList.TCustomActionList Members
Class Properties: ActnList.TCustomActionList Properties
Class Methods: ActnList.TCustomActionList Methods
Class Constructors & Destructors: ActnList.TCustomActionList Constructors
Class Events: ActnList.TCustomActionList Events
C++ Information
From ActnList.hpp
TCustomActionList = class(TComponent)
Unit: ActnList
Type: class
Inherited Class Members: ActnList.TCustomActionList Members
Class Properties: ActnList.TCustomActionList Properties
Class Methods: ActnList.TCustomActionList Methods
Class Constructors & Destructors: ActnList.TCustomActionList Constructors
Class Events: ActnList.TCustomActionList Events
Description
TCustomActionList is the base class for action list objects that manage a set of actions.
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.