[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Grids' (#lcl)

TCustomGrid.Create

Constructor for the class instance.

Declaration

Source position: grids.pas line 1306

public constructor TCustomGrid.Create(

  AOwner: TComponent

); override;

Description

Create is the constructor for TCustomGrid. Create calls the inherited Create method, allocates the lists with columns and rows, initializes many visual properties and options, creates the various cell editors, and loads any bitmaps required for the control.

Remark: The inherited method calls SetBounds and VisualChange, so the grid needs to be fully instantiated it is called.

See also

TCustomControl.Create

  

Constructor for the class instance.