Topic Path: Symbol Reference > Classes > TIdCookieManager Class > TIdCookieManager Properties > OnCreate Property
ContentsIndexHome
PreviousUpNext
TIdCookieManager.OnCreate Property

Event handler signalled during the Create method.

property OnCreate: TOnCreateEvent;

OnCreate is a TOnCreateEvent property that represents the event handler signalled during creation of the TIdCookieManager object instance. Applications must assign a procedure to the event handler to allow responding to the event notification. 

OnCreate can be used to handle management of the CookieCollection when the TIdCookieManager calls the Create method. 

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

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.