[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Source position: grids.pas line 114
type TGridState = ( |
||
gsNormal, |
|
|
gsSelecting, |
|
|
gsRowSizing, |
|
|
gsColSizing, |
|
|
gsRowMoving, |
|
|
gsColMoving, |
|
|
gsHeaderClicking, |
|
|
gsButtonColumnClicking |
||
); |
lazarus-ccr.sourceforge.net |