Topic Path: Symbol Reference > Classes > TIdCookies Class > TIdCookies Properties > Items Property
ContentsIndexHome
PreviousUpNext
TIdCookies.Items Property

Provides access to Cookie collection items by position in the container.

property Items [Index: Integer]: TIdCookieRFC2109;
Parameters 
Description 
Index 
Position in the container to be accessed. 

TIdCookieRFC2109 - Cookie at the specified position in the collection.

Items is an indexed 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.

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