[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Constructor for the class instance.
Source position: grids.pas line 432
public constructor TVirtualGrid.Create; |
Create is the overridden constructor for the class instance, and calls the inherited method on entry.
Create allocates TPointerPointerArray resources needed for the column, row, and cell arrays used in the class instance. OnDestroyItem and OnNewItem event handlers in the array classes are set to the doDestroyItem and doNewItem methods in the class instance.
Creates sets the default values for the RowCount and ColCount properties to 4 (for both).
Version 4.0 | Generated 2025-05-03 | Home |