Vcl.Ribbon.TCustomRibbonQuickAccessToolbar.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TCustomRibbonQuickAccessToolbar(System::Classes::TComponent* AOwner);
/* TWinControl.CreateParented */ inline __fastcall TCustomRibbonQuickAccessToolbar(HWND ParentWindow) : Vcl::Actnctrls::TCustomActionToolBar(ParentWindow) { }

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TCustomRibbonQuickAccessToolbar

Description

Creates and initializes a TCustomActionToolBar instance.

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

Creates and initializes a TCustomActionToolBar instance.

Create generates a TCustomActionToolBar and initializes its properties.



__fastcall virtual TCustomActionToolBar (Classes::TComponentTComponent_Object* AOwner);
__fastcall (HWND ParentWindow) : Controls::TWinControlTWinControl_Create(ParentWindow) { }