Controls the range selection mode used for the grid.
Source position: grids.pas line 1283
protected property TCustomGrid.RangeSelectMode : TRangeSelectMode |
RangeSelectMode is a TRangeSelectMode property that controls the range selection mode used for the grid. The default value for the property is rsmSingle, and allows a selection to consist of a single cell or a single cell range. Use rsmMulti to enable selections that consist of multiple cells or multiple cell ranges.
Changing the value in RangeSelectMode causes the ClearSelections method be called to remove existing selection(s) in the grid control.
RangeSelectMode is used in the implementation of methods like:
|
Enumerated type with the Range selection mode used in a grid control. |
|
|
Clears the current range selection(s) and redraws the grid control. |
|
|
Adds the current range selection to the array of selection rectangles for the control. |
|
|
Gets the value for the indexed IsCellSelected property. |
|
|
Handles mouse down events for the grid control. |
|
|
Renders a cell invalid, and redraws the cell if required. |
| Version 4.6 | Generated 2026-02-20 | Home |