SHDocVw.TWebBrowser.GoForward

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GoForward;

C++

void __fastcall GoForward();

Properties

Type Visibility Source Unit Parent
procedure
function
public
SHDocVw.pas
SHDocVw.hpp
SHDocVw TWebBrowser

Description

Navigates to the next item in the history list.

Call GoForward to return to the next document in the history list. GoForward reverses the effect of the last GoBack command.

See Also