Method: Destroy

Disposes of the instance of the TCopyFmx2D object.

Syntax:

destructor Destroy; override;

Description:

Destroy is the destructor for a TCopyFmx2D object.

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

Contents