[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Ends a drag operation when a mouse up event has occurred.
Source position: controls.pp line 638
protected procedure TDragManager.MouseUp( |
Button: TMouseButton; |
Shift: TShiftState; |
X: Integer; |
Y: Integer |
); virtual; abstract; |
Button |
|
Mouse button for the notification. |
Shift |
|
Ctrl, Shift, or Alt modifier for the notification. |
X |
|
Horizontal pointer position when the mouse event was detected. |
Y |
|
Vertical pointer position when the mouse event was detected. |
MouseUp is an abstract virtual method in TDragManager. It must be implemented in a descendent class to perform actions needed for the notification.
Version 4.0 | Generated 2025-05-03 | Home |