Array type used to store TGridRect instances.
Source position: grids.pas line 672
type TGridRectArray = array of TRect; |
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. |