API:Vcl.Ribbon.TCustomRibbonQuickAccessToolbar.CreateControls

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CreateControls; override;

C++

virtual void __fastcall CreateControls();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TCustomRibbonQuickAccessToolbar

Description

Creates the action tool bar controls.

Vcl.Ribbon.TCustomRibbonQuickAccessToolbar.CreateControls inherits from Vcl.ActnCtrls.TCustomActionToolBar.CreateControls. All content below this line refers to Vcl.ActnCtrls.TCustomActionToolBar.CreateControls.

Creates the action tool bar controls.

CreateControls is used for creating the action tool bar controls. After freeing the scroll buttons, the SetupDropDownBtn method is called.

See Also