Internet Direct (Indy) Version 9.0.1 Beta
TIdAntiFreezeBase.Destroy
Disposes of a TIdAntiFreezeBase object instance.

destructor Destroy; override;
Description
Destroy sets the unit global variable GAntiFreeze to the value nil, and calls the inherited Destroy method.

It is not recommended to call Destroy directly. Call Free instead. Free checks to ensure that the object reference is not nil before calling Destroy.