Internet Direct (Indy) Version 9.0.2 Beta
TOnCreateEvent
Event type signalled when a Cookie manager is created.

TOnCreateEvent = TOnManagerEvent;
Description
TOnCreateEvent is a TOnManagerEvent descendant that represents the event type signalled when a TIdCookieManager object instance is created. TOnCreateEvent is the type used to represent the TIdCookieManager.OnCreate property, and allows the Cookie manager to perform special processing when the Cookie collection is created.

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