Skip to main content

TdxRichEditBehaviorOptions.Paste Property

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

Declaration

property Paste: TdxDocumentCapability read; write; default TdxDocumentCapability.Default;

Property Value

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

Remarks

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

Default Value

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

See Also