ImageEn, unit iexRichEdit

TIERichEdit.CopyToClipboard

TIERichEdit.CopyToClipboard


Declaration

procedure CopyToClipboard();


Description

Copies the selected text in the control to the Clipboard in CF_TEXT format.
Use CopyToClipboard to replace the contents of the Clipboard with the selected text. CopyToClipboard does not clear the Clipboard if no text is selected. If no text is selected, CopyToClipboard does nothing.

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


See Also

CutToClipboard
PasteFromClipboard