FMX.WebBrowser.ICustomBrowser.SetWebBrowserControl

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetWebBrowserControl(const AValue: TCustomWebBrowser);

C++

virtual void __fastcall SetWebBrowserControl(TCustomWebBrowser* const AValue) = 0 ;

Properties

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

Description

Sets the browser control.

Implement the SetWebBrowserControl method to set the browser control managed by the native web browser service.

See Also