RAD Studio VCL Reference
|
Creates an instance of TCookie.
constructor Create(Collection: TCollection); override;
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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|