TiPlotComponent.CopyToClipboard

TiPlotComponent See Also

Copies the current image of the plot to the clipboard.

procedure CopyToClipboard;

Description

Use CopyToClipboard to copy the current image of the plot to the clipboard. The format stored in the clipboard is an enhanced metafile.

Example

Delphi

iComponent.CopyToClipboard;

C++ Builder

iComponent->CopyToClipboard();

Contents | Index | Previous | Next