FMX.WebBrowser.TCustomWebBrowser.GoForward

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GoForward;

C++

void __fastcall GoForward(void);

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.

See Also