Vcl.DBLookup.TPopupGrid.CreateParams

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CreateParams(var Params: TCreateParams); override;

C++

virtual void __fastcall CreateParams(Vcl::Controls::TCreateParams &Params);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.DbLookup.pas
Vcl.DBLookup.hpp
Vcl.DBLookup TPopupGrid

Description

Initializes the window creation parameter record.

The CreateParams method is called to initialize the parameters used to create the window for the pop-up grid. The parameters are passed through Params.

See Also