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

Page Functions

Following are functions relating to graphics pages:

PageAlarm

Displays a category of active alarms on the predefined alarms page.

PageBack

Displays the previously displayed page in the Window.

PageDisabled

Displays a category of disabled alarms on the predefined alarms page.

PageDisplay

Displays a graphics page.

PageFile

Displays a file on the predefined file to screen page.

PageFileInfo

Returns the width or height of an unopened page in pixels.

PageForward

PageForward() restores the previously displayed page in the window following a PageBack command.

PageGetInt

Gets a local page-based integer.

PageGetStr

Gets a local page-based string.

PageGoto

Displays a graphics page without pushing the last page onto the PageLast stack.

PageHardware

Displays the active hardware alarms on the predefined alarms page.

PageHistoryDspMenu

Displays a pop-up menu which lists the page history of current window.

PageHistoryEmpty

Used to determine if the page history of the current window is empty.

PageHome

Displays the predefined home page in the window.

PageInfo

Gets page information.

PageLast

Displays the last ten graphics pages.

PageMenu

Displays a menu page with page selection buttons.

PageNext

Displays the next graphics page.

PagePeekCurrent

Return the index in the page stack for the current page..

PagePeekLast

Gets any page on the PageLast stack.

PagePopLast

Gets the last page on the PageLast stack.

PagePopUp

Displays the pop up window at the mouse position.

PagePrev

Displays the previous graphics page.

PageProcessAnalyst

Displays a Process Analyst page (in the same window) preloaded with the pre-defined Process Analyst View (PAV) file.

PageProcessAnalystPens

Display a page and add the specified pens to the first pane of the specified PA object on the page.

PagePushLast

Puts a page on the end of the PageLast stack.

PageRecall

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

PageRichTextFile

Used as a page entry function - creates a rich text object, and loads a rich text file into that object.

PageSelect

Displays a dialog box with a list of graphics pages defined in the project.

PageSetInt

Stores a local page-based integer.

PageSetStr

Stores a local page-based string.

PageSummary

Displays a category of alarm summary entries on the predefined alarm page.

PageTask

Used for running preliminary Cicode before displaying a page in a window.

PageTransformCoords Converts Page coordinates to absolute screen coordinates.

PageTrend

Displays a standard trend page in a single cluster system.

PageTrendEx

Displays a standard trend page in a multi-cluster system.

See Also

Cicode Functions