Skip to main content

TcxCustomEdit.CutToClipboard Method

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

Declaration

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