TTMSFNCCustomControl.DragDrop Method
Called by the framework when a drag-and-drop operation completes over the control. Dispatches to
HandleDragDropfor cross-framework processing.
API unit family: TMSFNCCustomControl
Declaring type: TTMSFNCCustomControl
Inherited from: TTMSFNCCustomControlBase
Syntax
procedure DragDrop(Source: TObject; X, Y: Integer); override;
Parameters
| Name | Description |
|---|---|
Source |
Object being dropped. |
X |
Horizontal drop position in control coordinates. |
Y |
Vertical drop position in control coordinates. |