Table of Contents

TTMSFNCDataGridRenderer.OnBeforeCopyToClipboard Event

Fired before cells are copied to the clipboard. Set ACanCopy to 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.