[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Enumerated type for grid zone values.
Source position: grids.pas line 138
type TGridZone = ( |
||
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. |
); |
TGridZone is an enumeration type with values representing zones in a grid control which are monitored to determine activity and subsequent changes in the grid control state.