Topic Path: Symbol Reference > Classes > TIdCookies Class > TIdCookies Methods > UnlockCookieListByDomain Method
ContentsIndexHome
PreviousUpNext
TIdCookies.UnlockCookieListByDomain Method

Releases resource protection for accessing Cookies in the Cookie collection.

procedure UnlockCookieListByDomain(
    AAccessType: TIdCookieAccess
);
Parameters 
Description 
AAccessType 
Access requested for the resource protection block. 

UnlockCookieListByDomain is a procedure used to release the resource protection block for the Cookie collection created using LockCookieListByDomain

AAccessType is a TIdCookieAccess value that indicates the access type that should be released for the resource protection block. 

UnlockCookieListByDomain is used by methods that create or free items in the Cookie collection, like Add and Delete.

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