[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Grids' (#lcl)

TGridOptions2

Set type used to store enabled grid options from TGridOption2.

Declaration

Source position: grids.pas line 124

type TGridOptions2 = set of (

  goScrollToLastCol,

  

Allows scrolling to last column (so that last column can be leftcol).

  goScrollToLastRow

  

Allows scrolling to last row (so that last row can be toprow).

);

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