Table of Contents

TTMSFNCListBox.OnBeforeCopyToClipboard Event

Occurs before selected items are copied to the clipboard.

API unit family: TMSFNCListBox Declaring type: TTMSFNCListBox Inherited from: TTMSFNCCustomListBox

Syntax

OnBeforeCopyToClipboard: TTMSFNCListBoxBeforeCopyToClipboardEvent;

Parameters

Name Description
Sender The list box that triggered the event.
ACanCopy Set to False to cancel the copy operation.