Indy 9
TIdCookieList
Hierarchy, Properties, See Also, Unit: IdCookie
Provides access to Cookies by name or index position.
TIdCookieList = class(TStringList)
Unit
IdCookie
Description
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.


TIdCookieList.Cookies
TIdCookieList, See Also
Provides access to a list of Cookies.
property Cookies [Index: Integer]: TIdNetscapeCookie;
Description
Cookies is a read-only TIdNetscapeCookie property that provides access to a list of Cookies class instances using the Integer position specified in Index. Cookies insures that an Object in the TStringList descendant is cast to a TIdNetscapeCookie instance before use.

Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.