Cicode Programming Reference > Cicode Function Categories > Page Functions Introduction > PageRecall

PageRecall

Displays the page at a specified depth in the stack of previously displayed pages.

Syntax

PageRecall(iIndex)

iIndex:

The index into the Page History Stack of the Page to be displayed. To get the index for the currently displayed page, call PagePeekCurrent(). Then increment it to access pages in the forward history, or decrement it to access pages in the backward history. Be reminded that you cannot recall the page that is currently displayed.

Return Value

CT_ERROR_NO_ERROR (0) on success. CT_ERROR_BAD_HANDLE (269) if current window handle does not correspond to a valid window. CT_ERROR_INVALID_ARG (274) if index is outside of allowable bounds.

Related Function

PagePeekCurrent

See Also

Page Functions