TTMSFNCListBox.OnBeforePasteFromClipboard Event
Occurs before clipboard content is pasted into the list box.
API unit family: TMSFNCListBox
Declaring type: TTMSFNCListBox
Inherited from: TTMSFNCCustomListBox
Syntax
OnBeforePasteFromClipboard: TTMSFNCListBoxBeforePasteFromClipboardEvent;
Parameters
| Name | Description |
|---|---|
Sender |
The list box that triggered the event. |
ACanPaste |
Set to False to cancel the paste operation. |