Unit 'HTTPDefs' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TCookies.FindCookie

Finds a cookie by name

Declaration

Source position: httpdefs.pp line 209

public function TCookies.FindCookie(

  const AName: string

):TCookie;

Arguments

AName

  

Name of the cookie to find

Function result

Cookie with the specified name or nil if not found

Description

FindCookie searches for a cookie with the specified name and returns it. Returns nil if no cookie with the given name is found.


Documentation generated on: Jan 16 2026