TdxRichEditControlBase.Copy Method
Copies the current selection to the clipboard.
Declaration
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.
Related End-User Command
A Copy procedure call produces the same effect as the Copy Selection command.
See Also