API: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 an instance of TCustomDBGrid.

Vcl.DBLookup.TDBLookupList.Create inherits from Vcl.DBGrids.TCustomDBGrid.Create. All content below this line refers to Vcl.DBGrids.TCustomDBGrid.Create.

Creates and initializes an instance of TCustomDBGrid.

Call Create to instantiate a data-aware grid at runtime. Grids placed on a form at design time are created automatically.

Pass a single Component as a parameter to provide the grid with an Owner that is responsible for freeing the grid.

See Also