Topic Path: Symbol Reference > Classes > TIdCookieRFC2109 Class > TIdCookieRFC2109 Methods > Create Constructor
ContentsIndexHome
PreviousUpNext
TIdCookieRFC2109.Create Constructor

Constructor for the object instance.

constructor Create(
    ACollection: TIdCollection
); override;
Parameters 
Description 
ACollection 
Collection that owns the collection item. 

Create is the constructor for the object instance, and calls the inherited Create method using the collection that owns the Cookie specified in ACollection. 

Create also sets the MaxAge property to the default value GFMaxAge, indicating that no MaxAge value has determined.

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