Back to Devexpress

TdxRichEditControlCutSelection Class

vcl-dxrichedit-dot-actions-f638a1a0.md

latest2.5 KB
Original Source

TdxRichEditControlCutSelection Class

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

Declaration

delphi
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:

Inheritance

TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction TdxBasicAction TdxRichEditControlAction TdxRichEditControlCutSelection

See Also

TdxRichEditControlCopySelection Class

TdxRichEditControlPasteSelection Class

TdxRichEditControlCutSelection Members

dxRichEdit.Actions Unit