TCustomRichView.Copy

<< Click to display table of contents >>

TCustomRichView.Copy

Copies the selected fragment to the Clipboard in all available formats (as text, RVF, RTF and picture)

procedure Copy;

This procedure does nothing if there is nothing selected.

This procedure clears the Clipboard before copying.

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

See also:

Working with selection;

Working with Clipboard.