Vcl.RibbonActnCtrls.TCustomRibbonComboBox.Create

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.RibbonActnCtrls.pas
Vcl.RibbonActnCtrls.hpp
Vcl.RibbonActnCtrls TCustomRibbonComboBox

Description

Creates and initializes a TCustomRibbonComboBox instance.

The Create method creates and initializes a TCustomRibbonComboBox instance.

See Also