Back to Devexpress

TdxRichEditControlBase.Cut Method

vcl-dxrichedit-dot-control-dot-core-dot-tdxricheditcontrolbase-9750265d.md

latest1.5 KB
Original Source

TdxRichEditControlBase.Cut Method

Moves the current selection to the clipboard.

Declaration

delphi
procedure Cut;

Remarks

You can call Copy, Cut, and Paste procedures to execute corresponding clipboard operations in the Rich Edit control if they are currently available.

Cut Operation Availability

A Cut procedure call moves the current selection to the clipboard when the following conditions are met:

Otherwise, a Cut procedure call has no effect.

A Cut procedure call produces the same effect as the Cut Selection command.

See Also

TdxRichEditControlBase Class

TdxRichEditControlBase Members

dxRichEdit.Control.Core Unit