[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
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.0 | Generated 2025-05-03 | Home |