Internet Direct (Indy)
|
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.
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. |