[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Collection of HTTP cookies
Source position: httpdefs.pp line 200
type TCookies = class(TCollection) |
||
public |
||
function Add; |
|
Adds a new cookie to the collection |
function AddFromString(); |
|
Adds a cookie from a string representation |
function CookieByName(); |
|
Finds a cookie by name |
function FindCookie(); |
|
Finds a cookie by name |
function IndexOfCookie(); |
|
Returns the index of a cookie by name |
|
Cookie at the specified index |
|
end; |
|
Collection of HTTP cookies |
|
| | | ||
| | | ||
| | | ||
TCookies is a collection class that manages multiple TCookie objects. It provides methods to add, find, and access cookies by name or index.
|
HTTP cookie implementation |