Caution: This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs.

goForward()

Go forward to the next URL in the back-forward list

Synopsis:

#include <WebView.h>

virtual bool goForward();

Description:

Loads the next URL in the back-forward list.

Returns:

Returns True if another URL is available in the back-forward list, or False otherwise.

See also:

goBack()