Topic Path: Symbol Reference > Classes > TIdCookieList Class
ContentsIndexHome
PreviousUpNext
TIdCookieList Class

Provides access to Cookies by name or index position.

File
TIdCookieList = class(TIdStringList);

TIdCookieList is a TStringList descendant that provides access to Cookie class instances using common TStringList methods and properties. TIdCookieList extends the ancestor class to include accessing TIdNetscapeCookie Objects using an Integer index. 

TIdCookieList is the type used to represent the TIdCookies.CookieListByDomain property. 

TIdCookieList also used by TIdCookieManager in the GenerateCookieList method.

TIdCookies.CookieListByDomain 

TIdCookieManager.GenerateCookieList

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.