saveViewState()

Saves the state of the current page after the user navigates away.

Synopsis:

#include <GfWindow.h>

virtual void saveViewState(void *item)

Description:

Saves the current view state for a given control.

Arguments:

item
A pointer to a WebView item.

See also:

restoreViewState()