RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomActionManager Class

TCustomActionManager is the base class for the TActionManager component.

Pascal
TCustomActionManager = class(TCustomActionList);
C++
class TCustomActionManager : public TCustomActionList;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!