[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Returns the dragging cursor type (shape).
Source position: controls.pp line 413
protected function TDragObject.GetDragCursor( |
Accepted: Boolean; |
X: Integer; |
Y: Integer |
):TCursor; virtual; |
Accepted |
|
Which cursor to return (rejected:crNoDrop or accepted:crDrag). |
The cursor to show.
In drag-drop operations the cursor signals acceptance or rejection of an drop, depending on Accepted.
lazarus-ccr.sourceforge.net |