TTMSFNCWebBrowserFactoryService.CreateWebBrowser Method
Creates a native browser instance for the specified web browser component and registers it in the factory list.
API unit family: TMSFNCWebBrowser
Declaring type: TTMSFNCWebBrowserFactoryService
Syntax
function CreateWebBrowser(const AValue: TTMSFNCCustomWebBrowser): ITMSFNCCustomWebBrowser;
Parameters
| Name | Description |
|---|---|
AValue |
The web browser component requesting a native browser instance. |
Returns
The platform-specific browser interface created for the component.