Vcl.ActnMan.TActionBarItem

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.ActnMan.TActionClientSystem.Classes.TCollectionItemSystem.Classes.TPersistentSystem.TObjectTActionBarItem

Delphi

TActionBarItem = class(TActionClient)

C++

class PASCALIMPLEMENTATION TActionBarItem : public TActionClient

Properties

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

Description

TActionBarItem objects are used by the action manager to represent all of the action bars connected to the action manager in an application.

TActionBarItem is used to wrap a category of actions into a streamable format that is managed by an action manager. TActionBarItem is used as a mechanism to store layout (ordering) information for a set of actions. This layout information is used by the action manager to render the actions in the UI.

Instances of TActionBarItem are created automatically by the TActionManager component when an action or category of actions is added to an action band.

Note: Do not create or destroy instances of TActionBarItem directly, always allow the action manager to handle this for you.

See Also