Back to Devexpress

TdxRichEditControlBase.Copy Method

vcl-dxrichedit-dot-control-dot-core-dot-tdxricheditcontrolbase-ae25b1f7.md

latest1.3 KB
Original Source

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

TdxRichEditControlBase Class

TdxRichEditControlBase Members

dxRichEdit.Control.Core Unit