API:Vcl.Ribbon.TCustomRibbonQuickAccessToolbar
Delphi
TCustomRibbonQuickAccessToolbar = class(TCustomActionToolBar,
IRibbonQuickAccessToolbar, IRibbonBarKeyTip)
C++
class PASCALIMPLEMENTATION TCustomRibbonQuickAccessToolbar : public Vcl::Actnctrls::TCustomActionToolBar
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | Vcl.Ribbon.pas Vcl.Ribbon.hpp |
Vcl.Ribbon | Vcl.Ribbon |
Description
TCustomActionToolBar is the base class for the TActionToolBar component.
Vcl.Ribbon.TCustomRibbonQuickAccessToolbar 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.