Disposes of the instance of the TCopyFmx2D object.
destructor Destroy; override;
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.