TcxCustomEdit.CopyToClipboard Method
In This Article
Copies the selected portion of a value within an editor to the clipboard.
#Declaration
Delphi
procedure CopyToClipboard; virtual;
#Remarks
The TcxCustomEdit class does not implement this operation. But some of its descendants implement it to copy text, graphics.
See Also