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

PageBack

Displays the previously displayed page in the Window.

Syntax

PageBack([iCount])

iCount:

Optional parameter to specify the number of pages to move back. Default value is 1.

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 count is outside of allowable bounds.

Related Functions

PageForward, PageHistoryDspMenu, PageHistoryEmpty

See Also

Page Functions