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

TGridState

Declaration

Source position: grids.pas line 114

type TGridState = (

  gsNormal,

  

  gsSelecting,

  

  gsRowSizing,

  

  gsColSizing,

  

  gsRowMoving,

  

  gsColMoving,

  

  gsHeaderClicking,

  

  gsButtonColumnClicking

);

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