Returns the name of the active page. This is a read only attribute.
Syntax
PageName(PageName)
PageName:
Returns the name of the active page as a string.
Return Value
The name of the active Citect SCADA graphics page as a string.
Note: For details on handling return and error values, see Error Handling.
Related Functions
PageTitle, PageDescription, PagePrevious, PageNext, PageArea, PageScanTime, PageLogDevice
See Also
Example
Debug.Print "PageName"; GraphicsBuilder.PageName
Published June 2018