[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Grids' (#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.

);

The latest version of this document can be found at lazarus-ccr.sourceforge.net.