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

TdxRichEditBehaviorOptions.Cut Property

Specifies the state of cut to clipboard functionality and all UI elements associated with the corresponding end-user command.

#Declaration

Delphi
property Cut: TdxDocumentCapability read; write; default TdxDocumentCapability.Default;

#Property Value

Type Default Description
TdxDocumentCapability Default
Default | Enabled
The Cut operation is available. All UI elements linked to a TdxRichEditControlCutSelection action object are enabled.
Hidden
The Cut operation is disabled. All UI elements linked to a TdxRichEditControlCutSelection action object are hidden.
Disabled
The Cut operation is disabled. All UI elements linked to a TdxRichEditControlCutSelection action object are disabled.

#Remarks

Use the Cut property to disable or enable cut to clipboard functionality in a Rich Edit control. Different Cut property values update the state of all UI elements associated with a Cut Selection command created for the control.

#Default Value

The Cut property’s default value is TdxDocumentCapability.Default.

See Also