Unit 'Grids' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TRangeSelectMode

Range selection modes available in a grid control.

Declaration

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.

);