[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Returns the dragging cursor type (shape).
Source position: controls.pp line 518
protected function TDragObject.GetDragCursor( |
Accepted: Boolean; |
X: Integer; |
Y: Integer |
):TCursor; virtual; |
Accepted |
|
Which cursor to return (rejected: crNoDrop or accepted: crDrag). |
X |
|
Horizontal coordinate for the drag cursor. |
Y |
|
Vertical coordinate for the drag cursor. |
The cursor to show.
In drag-drop operations the cursor signals acceptance or rejection of an drop, depending on Accepted.
Version 4.0 | Generated 2025-05-03 | Home |