TTMSFNCWebBrowser.DeleteCookie Method
Deletes a specific cookie identified by name, domain, and path.
API unit family: TMSFNCWebBrowser
Declaring type: TTMSFNCWebBrowser
Syntax
procedure DeleteCookie(AName: string; ADomain: string; APath: string); override;
Parameters
| Name | Description |
|---|---|
AName |
Cookie name to delete. |
ADomain |
Domain the cookie is scoped to. |
APath |
Path the cookie is scoped to. |