Internet Direct (Indy) Version 9.0.1 Beta
TIdCookieManager.Destroy
Frees the object instance.

destructor Destroy; override;
Description
Destroy is the destructor for the object instance. Destroy will signal a TNotifyEvent event type whan a procedure has been assigned to the OnDestroy event handler. Use OnDestroy to handle management of the CookieCollection during destruction of the TIdCookieManager object instance.

Destroy frees resources allocated in the Create method, including the CookieCollection property, prior to calling the inherited Destroy method.