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

TdxRichEditControlBase.Paste Method

Inserts clipboard content at the caret position or replaces the current selection.

#Declaration

Delphi
procedure Paste;

#Remarks

You can call Copy, Cut, and Paste procedures to execute corresponding clipboard operations in the Rich Edit control if they are currently available.

#Paste Operation Availability

A Paste procedure call inserts clipboard content at the caret position or replaces the current selection with it when the following conditions are met:

Otherwise, a Paste procedure call has no effect.

A Paste procedure call produces the same effect as the Paste Selection command.

See Also