Show: Delphi C++
Display Preferences

Vcl.ActnList.TActionList

From XE2 API Documentation
Jump to: navigation, search

Vcl.ActnList.TCustomActionListSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObject
TActionList

Delphi

TActionList = class(TCustomActionList)

C++

class PASCALIMPLEMENTATION TActionList : public TCustomActionList

Contents

Properties

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

Description

TActionList maintains a list of actions that can be used by components and controls such as menu items and buttons.

Use Action lists to centralize the response to user commands (actions). Action list components maintain a list of actions that are available to the client controls in an application. Add action list components to your form or data module from the standard page of the component palette. Double-click the action list to display the Action List editor, from which you can add, delete, and rearrange actions.

Note: TActionList is intended primarily for managing the actions in cross-platform applications. While it is always possible to maintain the actions for an application using TActionList, it can be simpler to use an action manager instead.

See Also

Code Examples

Personal tools
Previous Versions
Translations