Table of Contents

TTMSFNCEdgeWebBrowser.DeleteCookie Method

Deletes a specific cookie from the WebView2 cookie store.

API unit family: TMSFNCEdgeWebBrowser Declaring type: TTMSFNCEdgeWebBrowser

Syntax

procedure DeleteCookie(AName: string; ADomain: string; APath: string); override;

Parameters

Name Description
AName Cookie name.
ADomain Domain the cookie belongs to.
APath Path the cookie is scoped to.