TTMSFNCChatTreeViewTableView.DragDrop Method
Accepts a drag-drop operation on the chat area by forwarding the dropped source and coordinates to the chat's internal drop handler.
API unit family: TMSFNCChat
Declaring type: TTMSFNCChatTreeViewTableView
Syntax
procedure DragDrop(Source: TObject; X, Y: Integer); override;
Parameters
| Name | Description |
|---|---|
Source |
The object that was dragged. |
X |
Horizontal drop position relative to the control. |
Y |
Vertical drop position relative to the control. |