API:Vcl.ActnList.TActionList

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.ActnList.TCustomActionListSystem.Actions.TContainedActionListSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTActionList

Delphi

TActionList = class(TCustomActionList)

C++

class PASCALIMPLEMENTATION TActionList : public TCustomActionList

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.

Vcl.ActnList.TActionList inherits from Vcl.ActnList.TCustomActionList. All content below this line refers to Vcl.ActnList.TCustomActionList.

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