[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Set type used to store TGridZone enumeration values.
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. |
); |