API:Vcl.DBLookup.TPopupGrid.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Eigenschaften

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

Beschreibung

Erzeugt und initialisiert eine TDBLookupList-Instanz.

Vcl.DBLookup.TPopupGrid.Create erbt von Vcl.DBLookup.TDBLookupList.Create. Der folgende Inhalt bezieht sich auf Vcl.DBLookup.TDBLookupList.Create.

Erzeugt und initialisiert eine TDBLookupList-Instanz.

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

Siehe auch