FMX.WebBrowser.ICustomBrowser.Hide

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Hide;

C++

virtual void __fastcall Hide(void) = 0 ;

Properties

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

Description

Obstructs the view of the component.

Implement the Hide method to hide the current browser.

See Also