Method: Assign

Copies a TCopyFmx2D component from another TCopyFmx2D component.

Syntax:

procedure Assign(Source: TPresistent); override;

Description:

If the Source parameter is an object created from a TCopyFmx2D component class, Assign copies all property values and event handles from the source TCopyFmx2D component to current one. If Source is any other type of object, an EColibboardBarcodeFmx2DError exception occurs.

Parameters:

Contents