TSRichViewEdit.Cut

<< Click to display table of contents >>

TSRichViewEdit.Cut

Cuts the selected fragment to the Clipboard.

procedure Cut;

This procedure does nothing if the selection is empty.

This procedure empties the Clipboard before copying.

This method should be called only when document is formatted.

This method calls RichViewEdit.CutDef.

See also:

OnCopy