TTMSFNCRichEditorDropTarget.DropRTF Method
Drag-and-drop handler for dropped RTF content; the base implementation does not insert content on its own.
API unit family: TMSFNCRichEditor
Declaring type: TTMSFNCRichEditorDropTarget
Syntax
procedure DropRTF(pt: TPoint;s: string; dwEffect: longint); override;
Parameters
| Name | Description |
|---|---|
pt |
The drop position, in screen coordinates. |
s |
The dropped RTF text. |
dwEffect |
The OLE drop effect (copy, move, or link) requested for the operation. |