Web.HTTPApp.TCookieCollection.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(WebResponse: TWebResponse; ItemClass: TCollectionItemClass);

C++

__fastcall TCookieCollection(TWebResponse* WebResponse, System::Classes::TCollectionItemClass ItemClass);

Properties

Type Visibility Source Unit Parent
constructor public
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp TCookieCollection

Description

Creates and initializes a TCookieCollection object.

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.