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.

 

Copying [VCL; Lazarus; FMX for Windows, macOS, and Linux]

The selected fragment is copied to the Clipboard in all formats.

 

Copying [FMX for Android and iOS]

Calls CopyDef to copy in the most appropriate format.

 

See also:

Working with selection;

Working with Clipboard.