Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomRichEdit.PasteSpecial Method

Inserts the clipboard content into a rich edit control.

#Declaration

Delphi
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