Table of Contents

TTMSFNCDataGridRenderer.OnBeforeCutToClipboard Event

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