TCustomRichViewEdit.CutDef

<< Click to display table of contents >>

TCustomRichViewEdit.CutDef

Cuts selection to the Clipboard

procedure CutDef;

This method copies selection to the Clipboard using CopyDef method. If the selection was copied (at least one of copy formats is selected in Options), it calls DeleteSelection.

This method is executed automatically when user presses  Ctrl + X  ( Command + X  on macOS) or  Shift + Delete .
Method type: editstyle editing-style.

See also methods:

CopyDef;

Paste;

SelectionExists.

See also:

Working with selection;

Working with Clipboard.