Internet Direct (Indy) Version 9.0.1 Beta
TIdCookies.Items
Provides access to Cookie collection items by position in the container.

property Items [Index: Integer]: TIdCookieRFC2109;
Description
Items is a TIdCookieRFC2109 property that provides access to Cookie class instances in the collection using the Integer position specified in Index. Items is the default property used when accessing the collection.

Items is used when accessing or updating Cookie collection items in the GetCookie, GetCookieIndex, and Delete methods.