TcxCustomEdit.CopyToClipboard Method
Copies the selected portion of a value within an editor to the clipboard.
Declaration
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