FMX.WebBrowser.ICustomBrowser.CanGoForward

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CanGoForward: Boolean read GetCanGoForward;

C++

__property bool CanGoForward = {read=GetCanGoForward};

Properties

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

Description

Indicates whether there is a document to navigate forward to.

CanGoForward specifies whether there is a document to navigate forward to.

See Also