SHDocVw.IWebBrowser.GoBack
Delphi
procedure GoBack; safecall;
C++
virtual HRESULT __safecall GoBack() = 0 ;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | SHDocVw.pas SHDocVw.hpp |
SHDocVw | IWebBrowser |
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.