Internet Direct (Indy) Version 9.0.2 Beta
TIdComponent.Destroy
Destructor for the object instance.

destructor Destroy; override;
Description
Destroy is the destructor for the object instance.

Destroy is responsible for decrementing the value of gnInstanceCount prior to completion of the destructor. When gnInstanceCount reaches 0, the TIdStack instance in GStack is Freed and set to Nil.

Applications should not call the Destroy method, but use Free instead.