Enumerated type with the Range selection mode used in a grid control.
Source position: grids.pas line 150
type TRangeSelectMode = ( |
||
rsmSingle, |
|
Allows range selection for a single range in a grid. |
rsmMulti |
|
Allows range selection for multiple ranges in a grid. |
); |
TRangeSelectMode is the type used to implement the RangeSelectMode property in TCustomGrid.
|
Controls the range selection mode used for the grid. |
| Version 4.4 | Generated 2025-11-08 | Home |