Array type used to store TGridRect instances.
Source position: grids.pas line 678
type TGridRectArray = array of TGridRect; |
TGridRectArray is an array type used to store TGridRect instances. It is used to track cell selection ranges in a grid control.
|
Alias for the TRect type in RTL. |
|
|
Provides indexed access to TGridRect values in the currently selected range. |
|
|
Number of cell rectangles in the selected range for the grid. |
| Version 4.4 | Generated 2025-11-08 | Home |