API:Vcl.ActnMan.TCustomActionBar

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.ToolWin.TToolWindowVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomActionBar

Delphi

TCustomActionBar = class(TToolWindow)

C++

class PASCALIMPLEMENTATION TCustomActionBar : public Vcl::Toolwin::TToolWindow

Properties

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

Description

TToolWindow is the ancestor for windowed controls that require a custom client area and edge borders.

Vcl.ActnMan.TCustomActionBar inherits from Vcl.ToolWin.TToolWindow. All content below this line refers to Vcl.ToolWin.TToolWindow.

TToolWindow is the ancestor for windowed controls that require a custom client area and edge borders.

TToolWindow is the ancestor of the TCoolBar and TToolBar components, which facilitate the arrangement of buttons and other visual controls.

See Also