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

TGridDrawState

Declaration

Source position: grids.pas line 119

type TGridDrawState = set of (

  gdSelected,

  

  gdFocused,

  

  gdFixed,

  

  gdHot,

  

  gdPushed,

  

  gdRowHighlight

);