RAD Studio VCL Reference
|
Creates and initializes a TCookieCollection object.
constructor Create(WebResponse: TWebResponse; ItemClass: TCollectionItemClass);
__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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|