[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Range selection modes available in a grid control.
Source position: grids.pas line 145
type TRangeSelectMode = ( |
||
rsmSingle, |
|
Allows range selection for a single range in a grid. |
rsmMulti |
|
Allows range selection for multiple ranges in a grid. |
); |