FMX.WebBrowser.TCustomWebBrowser.CanGoForward

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CanGoForward: Boolean read GetCanGoForward default False;

C++

__property bool CanGoForward = {read=GetCanGoForward, 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 next local file or URL address to navigate forward to.

CanGoForward property specifies whether there is a next URL address or file to navigate forward to.

The default value is False.

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

See Also