TCustomRichViewEdit.CanPaste

<< Click to display table of contents >>

TCustomRichViewEdit.CanPaste

Returns True if

▪the Clipboard contains data in at least one format which RichViewEdit can paste

▪this format is included in AcceptPasteFormats property.

function CanPaste: Boolean;

See also methods:

▪Paste;

▪CanPasteRVF;

▪CanPasteHTML;

▪CanPasteRTF.

See also:

▪Working with Clipboard.