TCustomRichView.CopyImage

<< Click to display table of contents >>

TCustomRichView.CopyImage

Copies the selected image to the Clipboard.

procedure CopyImage;

This procedure does nothing if there is nothing selected.

This procedure clears the Clipboard before copying.

If selection contains something besides one image, this method just clears the Clipboard.

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

See also:

Working with selection;

Working with Clipboard.