TiStripChart.CopyToClipboard

TiStripChart See Also

Copies the current image of the strip chart to the clipboard.

procedure CopyToClipBoard;

Description

Use CopyToClipBoard to copy the current image of the strip chart to the clipboard. The format stored in the clipboard is a standard windows bitmap.

Example

Delphi

iComponent.CopyToClipBoard;

C++ Builder

iComponent->CopyToClipBoard();

Contents | Index | Previous | Next