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.Copy Method

Copies the current selection to the clipboard.

#Declaration

Delphi
procedure Copy;

#Remarks

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

#Copy Operation Availability

A Copy procedure call copies the current selection to the clipboard if the Options.Behavior.Copy property is set to TdxDocumentCapability.Default or TdxDocumentCapability.Enabled.

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

See Also