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