Web.HTTPApp.TCookieCollection.Create

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
constructor public
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp TCookieCollection

説明

Create は,TCookieCollection オブジェクトを作成して初期化します。

アプリケーションから直接 Create コンストラクタを呼び出す必要はありません。Cookie コレクションを使って Cookie ヘッダーを示す Web レスポンスオブジェクトが,それ自体のコンストラクタで TCookieCollection オブジェクトを作成します。