TTMSFNCDataGridRenderer.OnBeforePasteFromClipboard Event
Fired before content is pasted from the clipboard. Set
ACanPasteto False to suppress.
API unit family: TMSFNCDataGridRenderer
Declaring type: TTMSFNCDataGridRenderer
Syntax
OnBeforePasteFromClipboard: TTMSFNCDataGridBeforeClipboardEvent;
Parameters
| Name | Description |
|---|---|
Sender |
Renderer that fired the event. |
ACanExecute |
Set to False to cancel the clipboard operation. |