Method: Assign

Copies a TSaveFmx2D image saving component from another TSaveFmx2D image saving component.

Syntax:

procedure Assign(Source: TPresistent); override;

Description:

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

Parameters:

Contents