[Overview][Constants][Types][Classes][Procedures and functions][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 1072
public constructor TCustomGrid.Create( |
AOwner: TComponent |
); override; |
// Inherited create Calls SetBounds->WM_SIZE->VisualChange so
// fGrid needs to be created before that
|
Create - constructor for TCustomControl: performs inherited Create, then creates local Canvas and sets DoubleBuffered to be False |
lazarus-ccr.sourceforge.net |