RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCookieCollection.Create Constructor

Creates and initializes a TCookieCollection object.

Pascal
constructor Create(WebResponse: TWebResponse; ItemClass: TCollectionItemClass);
C++
__fastcall TCookieCollection(TWebResponse WebResponse, TCollectionItemClass ItemClass);

Applications should not need to call the Create method directly. The Web response object that uses the cookie collection to represent its Cookie headers creates the TCookieCollection object from its own constructor. 

 

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