Topic Path: Symbol Reference > Structs, Records, Enums > TIdCookieAccess Enumeration
ContentsIndexHome
PreviousUpNext
TIdCookieAccess Enumeration

Indicates the type of access requested for Cookie values in a Cookie collection.

File
TIdCookieAccess = (
  caRead,
  caReadWrite
);

TIdCookieAccess is an enumerated type that indicates the type of access requested when accessing Cookie values in the TIdCookies collection. TIdCookieAccess can contain one of the following values and associated meanings: 

 

Value 
Meaning 
caRead 
Values in the Cookie list can be read. 
caReadWrite 
Values in the Cookie list can be read and written. 

 

A TIdCookieAccess value is used as an argument to methods in the TIdCookies collection that request or release a TIdCookieList from the collection, including TIdCookies.LockCookieListByDomain and TIdCookies.UnlockCookieListByDomain.

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