FMX.WebBrowser.TCustomWebBrowser.GoBack

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GoBack;

C++

void __fastcall GoBack(void);

Properties

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

Description

Navigates to the previous file or URL address.

Use the GoBack method to navigate to the previous file or URL address, if any.

Inspect the value of the CanGoBack property to check whether there are files or URL addresses to navigate back to.

Note: Read FMX.WebBrowser.TCustomWebBrowser.URL to see how to load a local file.

See Also