[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Constructor for the class instance.
Source position: grids.pas line 1423
public constructor TCustomDrawGrid.Create( |
AOwner: TComponent |
); override; |
AOwner |
|
Owner of the grid control. |
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.
|
Constructor for the class instance. |
lazarus-ccr.sourceforge.net |