Back to Devexpress

TcxCustomEdit.CutToClipboard Method

vcl-cxedit-dot-tcxcustomedit-b14d0216.md

latest791 B
Original Source

TcxCustomEdit.CutToClipboard Method

Cuts the selected portion of the display value within an editor to the clipboard.

Declaration

delphi
procedure CutToClipboard; virtual;

Remarks

The CutToClipboard method copies the selected portion of the display value to the clipboard and then deletes it from the editor. The TcxCustomEdit class does not implement this operation, but some of its descendants implement it to cut text, graphics.

See Also

TcxCustomEdit.CopyToClipboard

TcxCustomEdit.PasteFromClipboard

TcxCustomEdit Class

TcxCustomEdit Members

cxEdit Unit