TTMSFNCWebBrowserFactoryService Class
Abstract base class for platform-specific browser factory services that create and manage native browser instances on behalf of
TTMSFNCCustomWebBrowsercomponents.
API unit family: TMSFNCWebBrowser
Inherits from: TInterfacedObject
Implements: ITMSFNCWebBrowserService
Syntax
TTMSFNCWebBrowserFactoryService = class(TInterfacedObject, ITMSFNCWebBrowserService)
Methods
| Name | Description |
|---|---|
| CreateWebBrowser | Creates a native browser instance for the specified web browser component and registers it in the factory list. |
| DeleteCookies | Removes all persistent cookies stored by the browser engine. |
| DestroyWebBrowser | Releases and unregisters the specified native browser instance from the factory list. |