Destroys the instance of a tools.
Syntax:
destructor Destroy;
Description:
Do not call Destroy directly. Instead, call Free, which verifies that the tools object is not nil before calling Destroy.
Destroy disconnects from the server and calls its inherited Destroy destructor.