SHDocVw.TWebBrowser.GoBack

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GoBack;

C++

void __fastcall GoBack();

Properties

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

Description

Navigates to the previous item in the history list.

Call GoBack to return to the last document in the history list. GoBack has no effect unless the history list contains additional documents.

Note: The Navigate or Navigate2 command can change the history list, depending on the specified flags.

See Also