Vcl.ActnList.TCustomActionList

From RAD Studio API Documentation
Jump to: navigation, search

System.Actions.TContainedActionListSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomActionList

Delphi

TCustomActionList = class(TContainedActionList)

C++

class PASCALIMPLEMENTATION TCustomActionList : public System::Actions::TContainedActionList

Properties

Type Visibility Source Unit Parent
class public
Vcl.ActnList.pas
Vcl.ActnList.hpp
Vcl.ActnList Vcl.ActnList

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 Action Manager editor.

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

See Also