Vcl.Ribbon.TCustomRibbonGroup.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TCustomRibbonGroup(System::Classes::TComponent* AOwner);
/* TWinControl.CreateParented */ inline __fastcall TCustomRibbonGroup(HWND ParentWindow) : TCustomActionControlBar(ParentWindow) { }

Eigenschaften

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

Beschreibung

Create erzeugt und initialisiert eine TCustomActionControlBar-Instanz.

Vcl.Ribbon.TCustomRibbonGroup.Create erbt von Vcl.Ribbon.TCustomActionControlBar.Create. Der folgende Inhalt bezieht sich auf Vcl.Ribbon.TCustomActionControlBar.Create.

Create erzeugt und initialisiert eine TCustomActionControlBar-Instanz.

Create generiert eine TCustomActionControlBar-Instanz und initialisiert sie.

Siehe auch