FMX.WebBrowser.TWBFactoryService.CreateWebBrowser

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CreateWebBrowser: ICustomBrowser;

C++

_di_ICustomBrowser __fastcall CreateWebBrowser();

Properties

Type Visibility Source Unit Parent
function public
FMX.WebBrowser.pas
FMX.WebBrowser.hpp
FMX.WebBrowser TWBFactoryService

Description

Creates a new instance of the native web browser.

Use the CreateWebBrowser method to create a new instance of the native web browser.

See Also