Internet Direct (Indy) Version 9.0.2 Beta
TIdCookieAccess
Indicates the type of access requested for Cookie values in a Cookie collection.

TIdCookieAccess = (caRead, caReadWrite);
Description
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:

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.