Back to Devexpress

TdxRichEditBehaviorOptions.Paste Property

vcl-dxrichedit-dot-options-dot-tdxricheditbehavioroptions-12bbc9ed.md

latest2.8 KB
Original Source

TdxRichEditBehaviorOptions.Paste Property

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

Declaration

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

Property Value

TypeDefaultDescription
TdxDocumentCapabilityDefaultDefault

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

TdxRichEditBehaviorOptions.PasteLineBreakSubstitution Property

TdxRichEditBehaviorOptions.PasteSingleCellAsText Property

TdxRichEditBehaviorOptions.PasteAllowed Property

TdxRichEditBehaviorOptions Class

TdxRichEditBehaviorOptions Members

dxRichEdit.Options Unit