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