Enumerated type with cursor states available in a grid.
Source position: grids.pas line 722
type TGridCursorState = ( |
||
gcsDefault, |
|
Normal cursor shape/style. |
gcsColWidthChanging, |
|
Cursor displayed when changing the width for a column. |
gcsRowHeightChanging, |
|
Cursor displayed when resizing the height for a row. |
gcsDragging |
|
Cursor displayed when dragging a row or column. |
); |
TGridCursorState is the type used for the CursorState property in TCustomGrid.
|
Current cursor state for the grid control. |
| Version 4.6 | Generated 2026-02-20 | Home |