Vcl.RibbonGalleryBar.TCustomRibbonGalleryBar.Create

De RAD Studio API Documentation
Aller à : navigation, rechercher

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) { }

Propriétés

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

Description

Create crée et initialise une instance de TCustomActionToolBar.

Vcl.RibbonGalleryBar.TCustomRibbonGalleryBar.Create hérite de Vcl.ActnCtrls.TCustomActionToolBar.Create. Tout le contenu en-dessous de cette ligne se réfère à Vcl.ActnCtrls.TCustomActionToolBar.Create.

Create crée et initialise une instance de TCustomActionToolBar.

Create génère un objet TCustomActionToolBar et initialise ses propriétés.



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