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

TCustomGrid.Create

Create - constructor for TCustomGrid: calls inherited Create, then creates lists of columns and rows, initialises many visual properties and options, creates the various editors and loads any bitmaps required for the display

Declaration

Source position: grids.pas line 1072

public constructor TCustomGrid.Create(

  AOwner: TComponent

); override;

Description

// Inherited create Calls SetBounds->WM_SIZE->VisualChange so

// fGrid needs to be created before that

See also

TCustomControl.Create

  

Create - constructor for TCustomControl: performs inherited Create, then creates local Canvas and sets DoubleBuffered to be False

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