TTMSFNCRichEditorDropTarget.DropFiles Method
Drag-and-drop handler that loads or inserts one or more dropped files, based on their extension.
API unit family: TMSFNCRichEditor
Declaring type: TTMSFNCRichEditorDropTarget
Syntax
procedure DropFiles(pt: TPoint;Files: TStrings; dwEffect: longint); override;
Parameters
| Name | Description |
|---|---|
pt |
The drop position, in screen coordinates. |
Files |
The list of dropped file paths. |
dwEffect |
The OLE drop effect (copy, move, or link) requested for the operation. |