TSRichViewEdit.Copy

<< Click to display table of contents >>

TSRichViewEdit.Copy

Copies the selected fragment to the Clipboard. Copies in all supported formats (such as text, RVF, RTF and images).

procedure Copy;

This procedure does nothing if the selection is empty.

This procedure empties the Clipboard before copying.

This method should be called only when document is formatted.

This method calls RichViewEdit.CopyDef.

See also:

OnCopy