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

TGridZoneSet

Set type used to store TGridZone enumeration values.

Declaration

Source position: grids.pas line 139

type TGridZoneSet = set of (

  gzNormal,

  

Area normally used for cell data (not fixed row or column headers).

  gzFixedCols,

  

Area used for fixed column headers

  gzFixedRows,

  

Area used for fixed row headers

  gzFixedCells,

  

Area for fixed cells (both column and row are fixed).

  gzInvalid

  

Area not valid for grid cells.

);

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