[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Constructor for the class instance.
Source position: grids.pas line 1451
public constructor TCustomDrawGrid.Create( |
AOwner: TComponent |
); override; |
AOwner |
|
Owner of the grid control. |
Create is the overridden constructor for TCustomDrawGrid. Create allocates the virtual grid (TVirtualGrid) instance used in the control, and calls the inherited constructor prior to exiting from the method.
|
Constructor for the class instance. |
|
|
Implements a grid with metadata where rows and columns are stored as Pointer arrays. |
Version 4.0 | Generated 2025-05-03 | Home |