Destructors Can't Have Parameters
From Xojo Documentation
Error message
You cannot define parameters for a class's destructor.
A destructor is a special method of a class that is named "Destructor". It executes automatically when the class goes out of scope.