TTMSFNCMemo.OnPaste Event
Occurs when text is pasted into the editor.
API unit family: TMSFNCMemo
Declaring type: TTMSFNCMemo
Inherited from: TTMSFNCCustomMemo
Syntax
OnPaste: TTMSFNCMemoPasteEvent;
Parameters
| Name | Description |
|---|---|
Sender |
The object that raised the event. |
APasteValue |
The text value being pasted. |
AAllow |
Set to False to cancel the paste operation. |