Vcl.RibbonGalleryBar.TCustomRibbonGalleryBar.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.RibbonGalleryBar.pas
Vcl.RibbonGalleryBar.hpp
Vcl.RibbonGalleryBar TCustomRibbonGalleryBar

Description

Creates and initializes a TCustomActionToolBar instance.

Vcl.RibbonGalleryBar.TCustomRibbonGalleryBar.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) { }