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.
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. |