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

PageRecall

Displays the page at a specified depth in the page navigation history.

Syntax

PageRecall(iIndex)

iIndex:

The index into the page navigation history 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

No error(0) on success. Bad handle specified (269) if current window handle does not correspond to a valid window. Bad handle specified (274) if index is outside of allowable bounds.

Related Function

PagePeekCurrent

See Also

Page Functions

Published June 2018