FMX.WebBrowser.TCustomWebBrowser.GoForward
Delphi
procedure GoForward;
C++
void __fastcall GoForward();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | FMX.WebBrowser.pas FMX.WebBrowser.hpp |
FMX.WebBrowser | TCustomWebBrowser |
Description
Navigates forward to the next file or URL address.
Use the GoForward method to navigate forward to the next file or URL address, if any.
Inspect the value of the CanGoForward property to check whether there are files or URL addresses to navigate forward to.
Note: Read FMX.WebBrowser.TCustomWebBrowser.URL to see how to load a local file.