Cicode Programming Reference > Cicode Function Categories > Page Functions > 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

No Error (0) on success. Bad handle specified (269) if current window handle does not correspond to a valid window. Invalid argument passed (274) if count is outside of allowable bounds.

Related Functions

PageForward, PageHistoryDspMenu, PageHistoryEmpty

See Also

Page Functions

Published June 2018