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