Skip to main content

TdxRichEditControlBase.Cut Method

Moves the current selection to the clipboard.

Declaration

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