Internet Direct (Indy) Version 9.0.2 Beta
TIdCookieManager.Create
Constructor for the object instance.

constructor Create(AOwner: TComponent); override;
Parameters
AOwner: TComponent
Owner of the object instance.

Description
Create is the constructor for the object instance. Create calls the inherited Create method using AOwner as the owner of the object instance. Create initializes the TIdCookies instance used in the CookieCollection property, and specifies the current object instance as the owner of the Cookie collection.

Calling Create will signal a TNotifyEvent when a procedure has been assigned to the OnCreate event handler. Use OnCreate to handle management of the CookieCollection during creation of the TIdCookieManager object instance.