[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Source position: grids.pas line 123
type TItemType = ( |
||
itNormal, |
|
|
itCell, |
|
|
itColumn, |
|
|
itRow, |
|
|
itFixed, |
|
|
itFixedColumn, |
|
|
itFixedRow, |
|
|
itSelected |
|
|
); |
lazarus-ccr.sourceforge.net |