FMX.WebBrowser.ICustomBrowser.GoForward

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GoForward;

C++

virtual void __fastcall GoForward() = 0 ;

Properties

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

Description

Navigates forward to the next document.

Implement GoForward to load the next document.

See Also