<< 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: editing-style.
See also methods:
▪CopyDef;
▪Paste;
See also: