[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Event handler for the end of a dragging process
Source position: controls.pp line 1232
protected property TControl.OnEndDrag: TEndDragEvent |
This message is sent to the dragged control.
Sender is the dragged control.
Target is the control onto which the Sender has been dropped, or Nil when dragging has been aborted.
X and Y are the screen coordinates of the drop.
|
lazarus-ccr.sourceforge.net |