FMX.WebBrowser.IFMXWBService.CreateWebBrowser

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CreateWebBrowser: ICustomBrowser;

C++

virtual _di_ICustomBrowser __fastcall CreateWebBrowser() = 0 ;

Properties

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

Description

Creates a new instance of the native web browser.

Implement the CreateWebBrowser method to create a new instance of the native web browser of the currently used platform.

See Also