RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCookie.Create Constructor

Creates an instance of TCookie.

Pascal
constructor Create(Collection: TCollection); override;
C++
virtual __fastcall TCookie(TCollection Collection);

It is seldom necessary to call the constructor for TCookie directly. Instead, create TCookie objects indirectly by calling the Add method of TCookieCollection

After calling the inherited constructor, Create initializes the Expires property to indicate no expiration date. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!