Vcl.RibbonActnCtrls.TCustomRibbonComboBox.Create

De RAD Studio API Documentation
Aller à : navigation, rechercher

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

Propriétés

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

Description

Create crée et initialise une instance de TCustomRibbonComboBox.

La méthode Create crée et initialise une instance de TCustomRibbonComboBox.

Voir aussi