FMX.WebBrowser.ICustomBrowser.Show
Delphi
procedure Show;
C++
virtual void __fastcall Show(void) = 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.