ITMSFNCCustomWebBrowserCookies.DeleteCookie Method
Removes a specific cookie identified by name, domain, and path.
API unit family: TMSFNCWebBrowser
Declaring type: ITMSFNCCustomWebBrowserCookies
Syntax
procedure DeleteCookie(AName: string; ADomain: string; APath: string);
Parameters
| Name | Description |
|---|---|
AName |
Name of the cookie to delete. |
ADomain |
Domain that owns the cookie. |
APath |
Path scope of the cookie. |