Finds a cookie by name
Source position: httpdefs.pp line 209
public function TCookies.FindCookie( |
const AName: string |
):TCookie; |
AName |
|
Name of the cookie to find |
Cookie with the specified name or nil if not found
FindCookie searches for a cookie with the specified name and returns it. Returns nil if no cookie with the given name is found.