Internet Direct (Indy) Version 9.0.2 Beta
TIdCookies.Destroy
Frees the object instance.

destructor Destroy; override;
Description
Destroy is the destructor for the object instance. Destroy calls Clear to insure that COokies are removed from the collection, and frees resources allocated in the Create constructor, including CookieListByDomain and the internal protection mechanism used to access to the collection. Destroy calls the inherited Destroy method prior to exiting.