FMX.WebBrowser.ICustomBrowser.Hide
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.