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

PageSelect

Displays a dialog box with a list of graphics pages defined in the project. AN operator can select a page name for display.

Syntax

PageSelect()

Return Value

0 (zero) if successful, otherwise an error is returned.

Related Functions

PageGoto, PageLast, PagePrev, PageMenu

Example

Buttons

Text

Page Select

Command

PageSelect()

Comment

Display the page selection dialog box

PageSelect();
! Displays the page selection dialog box.

See Also

Page Functions