Back to Devexpress

TcxCustomEdit.PasteFromClipboard Method

vcl-cxedit-dot-tcxcustomedit-ff10b820.md

latest825 B
Original Source

TcxCustomEdit.PasteFromClipboard Method

Pastes the contents of the clipboard to an editor by replacing the current selection.

Declaration

delphi
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

TcxCustomEdit.CopyToClipboard

TcxCustomEdit.CutToClipboard

TcxCustomEdit Class

TcxCustomEdit Members

cxEdit Unit