Vcl.ActnCtrls.TCustomActionToolBar

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.ActnCtrls.TCustomActionDockBarVcl.ActnMan.TCustomActionBarVcl.ToolWin.TToolWindowVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentTCustomActionToolBar

Delphi

TCustomActionToolBar = class(TCustomActionDockBar)

C++

class PASCALIMPLEMENTATION TCustomActionToolBar : public TCustomActionDockBar

Properties

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

Description

TCustomActionToolBar is the base class for the TActionToolBar component.

TCustomActionToolBar is the base class for components that generate tool bars based on the actions that an Action Manager specifies. TCustomActionToolBar descendants generate internal components for the controls in the tool bar, where each component represents an action in the Action manager. The layout of these items is managed automatically, and specified by the Action Manager.

See Also