FMX.WebBrowser.TCustomWebBrowser.CanGoBack

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CanGoBack: Boolean read GetCanGoBack default False;

C++

__property bool CanGoBack = {read=GetCanGoBack, default=0};

Properties

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

Description

Indicates whether there is a local file or URL address to navigate back to.

CanGoBack specifies whether there is a local file or URL address to navigate back to.

The default value is False.

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

See Also