Method: Assign

Copies a TLogo2D component from another TLogo2D component.

Syntax:

procedure Assign(Source: TPresistent); override;

Description:

If the Source parameter is an object created from a TSave2D component class, Assign copies all property values and event handles. If Source is any other type of object, an ELogo2DError exception occurs.

Parameters:

Contents