TTMSFNCRichEditorDropTarget Class
OLE drag-and-drop target that routes dropped content into the associated editor.
API unit family: TMSFNCRichEditor
Inherits from: TRichEditorDropTarget
Syntax
TTMSFNCRichEditorDropTarget = class(TRichEditorDropTarget)
Methods
| Name | Description |
|---|---|
| DragMouseLeave | Called when a drag operation leaves the content area, so any drag caret can be cleared. |
| DragMouseMove | Updates the caret position and auto-scrolls the content while a drag operation moves over it. |
| DropBMP | Drag-and-drop handler that inserts a dropped bitmap as an image at the drop position. |
| DropFiles | Drag-and-drop handler that loads or inserts one or more dropped files, based on their extension. |
| DropRTF | Drag-and-drop handler for dropped RTF content; the base implementation does not insert content on its own. |
| DropStream | Drag-and-drop handler that inserts dropped content from a memory stream at the drop position. |
| DropText | Drag-and-drop handler that inserts dropped plain text at the drop position. |
| DropURL | Drag-and-drop handler that inserts a dropped URL as a hyperlink at the drop position. |