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

TCustomDrawGrid.Create

Constructor for the class instance.

Declaration

Source position: grids.pas line 1423

public constructor TCustomDrawGrid.Create(

  AOwner: TComponent

); override;

Arguments

AOwner

  

Owner of the grid control.

Description

Create is the overridden constructor for TCustomDrawGrid. Creates the virtual grid used in the control, and calls the inherited constructor prior to exiting from the method.

See also

TCustomGrid.Create

  

Constructor for the class instance.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.