Vcl.Ribbon.TCustomRibbonQuickAccessToolbar.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TCustomRibbonQuickAccessToolbar

Beschreibung

Erstellt und initialisiert eine Instanz von TCustomActionToolBar.

Vcl.Ribbon.TCustomRibbonQuickAccessToolbar.Create erbt von Vcl.ActnCtrls.TCustomActionToolBar.Create. Der folgende Inhalt bezieht sich auf Vcl.ActnCtrls.TCustomActionToolBar.Create.

Erstellt und initialisiert eine Instanz von TCustomActionToolBar.

Create generiert eine TCustomActionToolBar und initialisiert deren Eigenschaften.



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