Method: Destroy

Disposes of the instance of the barcode object.

Syntax:

destructor Destroy; override;

Description:

Destroy is the destructor for a barcode object.

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

Contents