TTMSFNCDataGridRenderer.OnBeforeCutToClipboard Event
Fired before cells are cut to the clipboard. Set
ACanCutto False to suppress.
API unit family: TMSFNCDataGridRenderer
Declaring type: TTMSFNCDataGridRenderer
Syntax
OnBeforeCutToClipboard: TTMSFNCDataGridBeforeClipboardEvent;
Parameters
| Name | Description |
|---|---|
Sender |
Renderer that fired the event. |
ACanExecute |
Set to False to cancel the clipboard operation. |