FMX.WebBrowser.ICustomBrowser.GetCanGoBack

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCanGoBack: Boolean;

C++

virtual bool __fastcall GetCanGoBack(void) = 0 ;

Properties

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

Description

Getter method for the CanGoBack property.

Implement GetCanGoBack to get the boolean value of the CanGoBack property.

See Also