FMX.WebBrowser.TCustomWebBrowser.Hide

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Hide; override;

C++

virtual void __fastcall Hide();

Properties

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

Description

Obstructs the view of the TCustomWebBrowser component.

Use the Hide method to make the TCustomWebBrowser component invisible.

See Also