Cursor shape displayed when the row height is resized.
Source position: grids.pas line 1285
protected property TCustomGrid.RowSizingCursor : TCursor |
RowSizingCursor is a TCursor property with the cursor displayed when the vertical size for a row is changed. The default value for the property is defined in the crVSplit constant.
It is displayed when a mouse down event causes the grid cursor state to be changed to the value gcsRowHeightChanging.
Use ColSizingCursor to specify the cursor shape displayed when a column width is resized.
|
Cursor shape displayed when a column is resized. |
|
|
Handles mouse down events for the grid control. |
|
|
Vertical Split cursor constant (-15). |
| Version 4.4 | Generated 2025-11-08 | Home |