| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
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.0 | Generated 2025-05-03 | Home |