[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
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
Source position: grids.pas line 1248
public constructor TCustomGrid.Create( |
AOwner: TComponent |
); override; |
// Inherited create Calls SetBounds->WM_SIZE->VisualChange so
// fGrid needs to be created before that
lazarus-ccr.sourceforge.net |