Method: CopyToClipboard - Syntax 1

Copies a barcode symbol to the system clipboard. The barcode symbol is specified in the properties of this barcode component.

Syntax:

function CopyToClipboard(Module: Integer = 0; Height: Integer = 0; Angle: Integer = -1): Integer; overload; virtual;

Description:

Copies current barcode symbol that is specified in the properties of this barcode component to the system clipboard.

Parameters:
Return:

See diagram:

CopyToClipboard (Syntax 1)

Note:

For Delphi 3, the method overload and default value of parameter aren't supported, so the method name is changed to CopyToClipboard1, and the parameters Module, Height, Angle are required.

Contents