Method: Destroy

Disposes of the instance of the TLogo2D object.

Syntax:

destructor Destroy; override;

Description:

Destroy is the destructor for a TLogo2D object.

Do not call the destructor directly in an application. Instead, call Free. The Free verifies that the image saving object is not nil before it calls Destroy.

Contents