Vcl.RibbonActnCtrls.TCustomRibbonComboBox.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TCustomRibbonComboBox(System::Classes::TComponent* AOwner);
/* TWinControl.CreateParented */ inline __fastcall TCustomRibbonComboBox(HWND ParentWindow) : Vcl::Stdctrls::TCustomEdit(ParentWindow) { }

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Vcl.RibbonActnCtrls.pas
Vcl.RibbonActnCtrls.hpp
Vcl.RibbonActnCtrls TCustomRibbonComboBox

Beschreibung

Erstellt und initialisiert eine TCustomRibbonComboBox-Instanz.

Die Methode Create erstellt und initialisiert eine TCustomRibbonComboBox-Instanz.

Siehe auch