Vcl.DBLookup.TDBLookupList.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TDBLookupList(System::Classes::TComponent* AOwner);
/* TWinControl.CreateParented */ inline __fastcall TDBLookupList(HWND ParentWindow) : Vcl::Dbgrids::TCustomDBGrid(ParentWindow) { }

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Vcl.DbLookup.pas
Vcl.DBLookup.hpp
Vcl.DBLookup TDBLookupList

Beschreibung

Erzeugt und initialisiert eine TDBLookupList-Instanz.

Die Methode Create erzeugt und initialisiert eine Instanz der Klasse TDBLookupList.

Siehe auch