Vcl.ActnMan.TCustomActionManager

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TCustomActionManager = class(TCustomActionList)

C++

class PASCALIMPLEMENTATION TCustomActionManager : public Vcl::Actnlist::TCustomActionList

Properties

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

Description

TCustomActionManager is the base class for the TActionManager component.

TActionManager is a component that allows you to manage actions and categories of actions as UI elements at design-time and runtime. The action manager editor is the user interface for working with actions and categories of actions. You can visually add, delete, and regroup these UI elements on the action band components by dragging and dropping them from the Action Manager editor or by moving them around after they have been dropped on an action band.

See Also