Source position: controls.pp line 331
type TDragDropEvent = procedure(
Sender: TObject;
Source: TObject;
X: Integer;
Y: Integer
) of object;