[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Changes the cursor shape in the grid to the specified value.
Source position: grids.pas line 1189
protected procedure TCustomGrid.SetCursor( |
AValue: TCursor |
); override; |
AValue |
|
Cursor shape used for the mouse pointer in the grid. |
SetCursor is an overridden method in TCustomGrid. SetCursor calls the inherited method to perform the CM_CURSORCHANGED message for the control, and calls ChangeCursor to save the previous Cursor and apply the shape in AShape to the Cursor property.
|
Current cursor state for the grid control. |
|
|
Cursor shape displayed when a column is resized. |
|
|
Cursor shape displayed when the row height is resized. |
Version 4.0 | Generated 2025-05-03 | Home |