Indy 9
TIdCookieAccess
See Also, Unit: IdCookie
Indicates the type of access requested for Cookie values in a Cookie collection.
TIdCookieAccess = (caRead, caReadWrite);
Unit
IdCookie
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:

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


Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.