Internet Direct (Indy)
Home
PreviousUpNext
TOnDestroyEvent Type

Event type signalled when a Cookie manager is freed.

Pascal
TOnDestroyEvent = TOnManagerEvent;
Parameters 
Description 
ASender 
Cookie manager for the event notification.
 
ACookieCollection 
Cookie collection for the event notification. 

TOnDestroyEvent is a TOnManagerEvent descendant that represents the event type signalled when a TIdCookieManager object instance is freed. TOnDestroyEvent is the type used to represent the TIdCookieManager.OnDestroy property, and allows the Cookie manager to perform special processing when the Cookie collection is about to be released. 

Applications must assign a procedure to the TOnDestroyEvent event handler to allow responsing to the event notification.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.