TDropImageEvent Event Type
Signature for an event that fires when an image is dropped onto the content.
API unit family: TMSFNCRichEditor
Parameters
| Name | Description |
|---|---|
Sender |
The component that raises the event. |
AImage |
The dropped image. |
Allow |
Set to False to reject the drop; defaults to True. |