FMX.WebBrowser.ICustomBrowser.GoBack

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GoBack;

C++

virtual void __fastcall GoBack() = 0 ;

Properties

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

Description

Navigates to the previous loaded document.

Implement GoBack to load the previous document.

See Also