TTMSFNCRichEditorDropTarget.DropBMP Method
Drag-and-drop handler that inserts a dropped bitmap as an image at the drop position.
API unit family: TMSFNCRichEditor
Declaring type: TTMSFNCRichEditorDropTarget
Syntax
procedure DropBMP(pt: TPoint; bmp: Graphics.TBitmap; dwEffect: longint); override;
Parameters
| Name | Description |
|---|---|
pt |
The drop position, in screen coordinates. |
bmp |
The dropped bitmap. |
dwEffect |
The OLE drop effect (copy, move, or link) requested for the operation. |