[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Not used in the current LCL implementation.
Source position: grids.pas line 152
type TItemType = ( |
itNormal, |
itCell, |
itColumn, |
itRow, |
itFixed, |
itFixedColumn, |
itFixedRow, |
itSelected |
); |
Not used in the current LCL implementation.