[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Source position: grids.pas line 118
type TGridZoneSet = set of ( |
||
gzNormal, |
|
|
gzFixedCols, |
|
|
gzFixedRows, |
|
|
gzFixedCells, |
|
|
gzInvalid |
|
|
); |
lazarus-ccr.sourceforge.net |