Back to Devexpress

TcxCustomTextEdit.CutToClipboard Method

vcl-cxtextedit-dot-tcxcustomtextedit-d8862245.md

latest842 B
Original Source

TcxCustomTextEdit.CutToClipboard Method

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

Declaration

delphi
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

TcxCustomTextEdit Class

TcxCustomTextEdit Members

cxTextEdit Unit