Vcl.DBLookup.TDBLookupCombo.Create

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
constructor public
Vcl.DbLookup.pas
Vcl.DBLookup.hpp
Vcl.DBLookup TDBLookupCombo

Description

Crée et initialise une instance de TDBLookupCombo.

La méthode Create crée une instance de la classe TDBLookupCombo.

Voir aussi