TcxCustomEdit.PasteFromClipboard Method
Pastes the contents of the clipboard to an editor by replacing the current selection.
Declaration
procedure PasteFromClipboard; virtual;
Remarks
The PasteFromClipboard method pastes the contents of the clipboard to an editor at the current position. It replaces the editor selection with the clipboard contents. TcxCustomEdit does not implement this operation, but some of its descendants implement it to paste text, graphics.
See Also