TCustomRichViewEdit.PasteRVF

<< Click to display table of contents >>

TCustomRichViewEdit.PasteRVF

Inserts RVF (RichView Format) from the Clipboard at the position of caret

function PasteRVF: Boolean;

This method does nothing if the Clipboard does not contain RVF.

Method type: editstyle editing-style method for insertion.

Return value:

True if RVF was successfully pasted

See also methods:

▪CanPasteRVF;

▪Paste;

▪InsertRVFFromStreamEd.

See also:

▪TRichView and Clipboard;

▪RVF.