Skip to main content

TcxCustomRichEdit.PasteSpecial Method

Inserts the clipboard content into a rich edit control.

Declaration

function PasteSpecial: Boolean;

Returns

Type
Boolean

Remarks

The PasteSpecial method invokes the standard Paste Special dialog, which allows an end-user to select the format of the clipboard object to be pasted or paste-linked. The dialog also provides an option of displaying either the object’s content or the object’s icon.

The PasteSpecial method returns True, if the clipboard information has been placed into the rich edit control.

Object embedding is allowed if the rich editor’s Properties.AllowObjects property is True.

See Also