ITMSFNCCustomWebBrowserCookies Interface
Provides cookie management operations for the embedded browser session.
API unit family: TMSFNCWebBrowser
Extends: IInterface
Syntax
ITMSFNCCustomWebBrowserCookies = interface(IInterface)
Methods
| Name | Description |
|---|---|
| AddCookie | Adds or updates a cookie in the browser cookie store. |
| DeleteAllCookies | Removes all cookies from the browser cookie store. |
| DeleteCookie | Removes a specific cookie identified by name, domain, and path. |
| GetCookies | Asynchronously retrieves all cookies for the specified URI and raises the cookie response event. |