Internet Direct (Indy)
Home
PreviousUpNext
TIdCookieAccess Enumeration

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

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

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.