TCustomRichView.CopyRVF

<< Click to display table of contents >>

TCustomRichView.CopyRVF

Copies the selection to the Clipboard as RVF (RichView Format)

procedure CopyRVF;

This procedure does nothing if there is nothing selected.

This procedure clears the Clipboard before copying.

Settings for RVF saving can be changed in the TRichView component editor.

This method must be called only when the document is formatted.

See also:

Working with selection;

Working with Clipboard;

RVF.