API:Vcl.ActnMan.TActionManager

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.ActnMan.TCustomActionManagerVcl.ActnList.TCustomActionListSystem.Actions.TContainedActionListSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTActionManager

Delphi

TActionManager = class(TCustomActionManager)

C++

class PASCALIMPLEMENTATION TActionManager : public TCustomActionManager

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.

Vcl.ActnMan.TActionManager inherits from Vcl.ActnMan.TCustomActionManager. All content below this line refers to Vcl.ActnMan.TCustomActionManager.

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