Method: Assign

Copies a barcode component from another barcode component.

Syntax:

procedure Assign(Source: TPresistent); override;

Description:

If the Source parameter is an object created from a subclass of TBarcode1D component class, and the class is same to current barcode component class, Assign copies all property values and event handles except the Locked and Image properties from the source barcode component to current one. If Source is any other type of object, an EBarcode1DError exception occurs.

Parameters:

Contents