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

TGridZoneSet

Declaration

Source position: grids.pas line 123

type TGridZoneSet = set of (

  gzNormal,

  

  gzFixedCols,

  

  gzFixedRows,

  

  gzFixedCells,

  

  gzInvalid

  

);