Skip to main content

TcxCustomTextEdit.CutToClipboard Method

Removes the selected text from an editor and places it to the clipboard.

Declaration

procedure CutToClipboard; override;

Remarks

Use the CutToClipboard method to copy the selected text from an editor to the clipboard with a subsequent text removal. If no text is selected within the editor, this method is not in effect. To select a portion of editor text, use the SelStart property to specify the starting character in the selection and the SelLength property to specify the selection’s length.

See Also