SHDocVw.IWebBrowser.GoForward

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GoForward; safecall;

C++

virtual HRESULT __safecall GoForward() = 0 ;

Properties

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

Description

Navigates to the next item in the history list.

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

See Also