FMX.WebBrowser.ICustomBrowser.Show

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Show;

C++

virtual void __fastcall Show() = 0 ;

Properties

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

Description

Displays the browser control.

Implement the Show method to display the current browser.

See Also