Skip to main content
A newer version of this page is available. .

TdxRichEditControlCutSelection Class

An action object that corresponds to the CutSelection command provided by the Rich Edit control.

Declaration

TdxRichEditControlCutSelection = class(
    TdxRichEditControlAction
)

Remarks

This class does not introduce any new public members. Executing a TdxRichEditControlCutSelection action object moves the current document selection (i.e., a text fragement, inline image, or floating object) to the clipboard.

UI elements linked to a TdxRichEditControlCopySelection action object are enabled only if the following conditions are met:

To localize the caption and hint displayed by UI elements linked to a TdxRichEditControlCutSelection action object, use the sdxRichEditCommandCutSelectionMenuCaption and sdxRichEditCommandCutSelectionDescription resource strings, respectively.

See Also