Internet Direct (Indy) Version 9.0.1 Beta
TIdCookieManager.OnCreate
Event handler signalled during the Create method.

property OnCreate: TOnCreateEvent;
Description
OnCreate is a TNotifyEvent property that represents the event handler signalled during creation of the TIdCookieManager object instance. OnCreate can be used to handle management of the CookieCollection when the TIdCookieManager calls the Create method.

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

Use OnDestroy to handle management of the CookieCollection when the object instance is freed.