Vcl.DBLookup.TDBLookupList.Create

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.DbLookup.pas
Vcl.DBLookup.hpp
Vcl.DBLookup TDBLookupList

Description

Creates and initializes a TDBLookupList instance.

The Create method creates and initializes an instance of the TDBLookupList class.

See Also