Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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