ImageEn, unit iexRichEdit

TIERichEdit.CutToClipboard

TIERichEdit.CutToClipboard


Declaration

procedure CutToClipboard();


Description

Copies the selected text to the clipboard and then deletes the selection.
Use CutToClipboard to replace the contents of the Clipboard with the selected text while clearing the selected text. If no text is selected, CutToClipboard does nothing.

Note: Check SelLength to see if there is a valid selection


See Also

CopyToClipboard
PasteFromClipboard