Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ Plant SCADA

PageTitle

  • Last UpdatedJul 13, 2023
  • 1 minute read

Sets or retrieves the title of the active Plant SCADA graphics page.

Syntax

PageTitle(Title)

Title:

The title of the active page as a string.

Return Value

The title of the active graphics page as a string, or 0 (zero) if successfully used to set the title of the active graphics page. In both cases, an error is returned if unsuccessful.

Note: For details on handling return and error values, see Error Handling.

PageName, PageDescription, PagePrevious, PageNext, PageArea, PageScanTime, PageLogDevice

Example

' Sets the title of the active graphics page
GraphicsBuilder.PageTitle = "MyTitle"

' Retrieves the title of the active graphics page
MyVariable = GraphicsBuilder.PageTitle

Note: This function is implemented in the C++ environment as two separate functions: put_PageTitle sets the title of the active graphics page, and get_PageTitle retrieves the title of the active graphics page.

See Also

Page Properties - General

In This Topic
TitleResults for “How to create a CRG?”Also Available in