Table of Contents

TTMSFNCControl.DragDrop Method

Called by the framework when a drag-and-drop operation completes over the control. Dispatches to HandleDragDrop for cross-framework processing.

API unit family: TMSFNCCustomControl Declaring type: TTMSFNCControl 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.