[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Controls' (#lcl)

TControl.OnEndDrag

Event handler for the end of a dragging process

Declaration

Source position: controls.pp line 1232

protected property TControl.OnEndDrag: TEndDragEvent
  read FOnEndDrag
  write FOnEndDrag;

Description

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.

See also

TDragDropEvent

  

The latest version of this document can be found at lazarus-ccr.sourceforge.net.