TTMSFNCRichEditorDropTarget.DropText Method
Drag-and-drop handler that inserts dropped plain text at the drop position.
API unit family: TMSFNCRichEditor
Declaring type: TTMSFNCRichEditorDropTarget
Syntax
procedure DropText(pt: TPoint;s: string; dwEffect: longint); override;
Parameters
| Name | Description |
|---|---|
pt |
The drop position, in screen coordinates. |
s |
The dropped text. |
dwEffect |
The OLE drop effect (copy, move, or link) requested for the operation. |