ITMSFNCWebBrowserService Interface
Factory and lifecycle service for creating and destroying platform-specific browser instances.
API unit family: TMSFNCWebBrowser
Extends: IInterface
Syntax
ITMSFNCWebBrowserService = interface(IInterface)
Methods
| Name | Description |
|---|---|
| CreateWebBrowser | Creates and returns a platform-specific browser instance for the given host component. |
| DeleteCookies | Clears all cookies from the browser service shared cookie store. |
| DestroyWebBrowser | Destroys the specified platform browser instance and releases its resources. |