Method: Destroy

Disposes of the instance of the image saving object.

Syntax:

destructor Destroy; override;

Description:

Destroy is the destructor for an image saving 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