FMX.WebBrowser.TCustomWebBrowser.Show

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Show; override;

C++

virtual void __fastcall Show(void);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.WebBrowser.pas
FMX.WebBrowser.hpp
FMX.WebBrowser TCustomWebBrowser

Description

Displays the TCustomWebBrowser component.

Use the Show method to make the TCustomWebBrowser component visible.

See Also