TPasteTextEvent Event Type
Signature for an event that fires when plain text is about to be pasted from the clipboard.
API unit family: TMSFNCRichEditor
Parameters
| Name | Description |
|---|---|
Sender |
The component that raises the event. |
AText |
The text that will be pasted; modify this parameter to change what gets inserted. |
Allow |
Set to False to reject the paste; defaults to True. |