FMX.WebBrowser.ICustomBrowser.GetCanGoForward

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCanGoForward: Boolean;

C++

virtual bool __fastcall GetCanGoForward(void) = 0 ;

Properties

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

Description

Getter method for the CanGoForward property.

Implement GetCanGoForward to get the boolean value of the CanGoForward property.

See Also