Internet Direct (Indy)
Home
PreviousUpNext
TIdCookieList Class

Provides access to Cookies by name or index position.

Pascal
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

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.