API:Vcl.ActnCtrls.TActionToolBar

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.ActnCtrls.TCustomActionToolBarVcl.ActnCtrls.TCustomActionDockBarVcl.ActnMan.TCustomActionBarVcl.ToolWin.TToolWindowVcl.Controls.TWinControlVcl.Controls.TControlTActionToolBar

Delphi

TActionToolBar = class(TCustomActionToolBar)

C++

class PASCALIMPLEMENTATION TActionToolBar : public TCustomActionToolBar

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.

Vcl.ActnCtrls.TActionToolBar inherits from Vcl.ActnCtrls.TCustomActionToolBar. All content below this line refers to Vcl.ActnCtrls.TCustomActionToolBar.

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