Page Properties Functions
- Last UpdatedJul 13, 2023
- 3 minute read
Using the page properties functions, you can manipulate the properties of the pages in your project.
|
Adds a new association to the current page. This function will return an error if an association with the specified name already exists. |
|
|
Sets or retrieves the default for the currently selected page association. |
|
|
Sets or retrieves the description for the currently selected page association. |
|
|
Retrieves the name of the currently selected page association. |
|
|
Sets or retrieves the value-on-error for the currently selected page association. |
|
|
Retrieves the appearance properties of a page. This function, since it does not support True Color functionality, has been superseded by PageAppearanceGetEx. |
|
|
Retrieves the appearance properties of a page. This function supports True Color functionality and replaces PageAppearanceGet. |
|
|
Retrieves or sets the PageArea property for the current graphics page. |
|
|
Retrieves or sets the cluster context inherit flag setting for current graphics page. |
|
|
Retrieves or sets the cluster context name property for the current graphics page. |
|
|
Deletes the selected association from the current page. After an item has been deleted, a call to PageSelectNextAssociation will select the item immediately following the deleted item. |
|
|
Sets or retrieves the description attached to the active Plant SCADA graphics page. |
|
|
Adds a new environment variable to the current page. This function will return an error if an environment variable with the specified name already exists. |
|
|
Retrieves the first environment variable in the current page. This function will return an error if there are no environment variables in the page. |
|
|
Retrieves the next environment variable in the current page. This function will return an error if there are no more environment variables in the page. |
|
|
Removes an environment variable from the current page. This function will return an error if an environment variable with the specified name does not exist. |
|
|
Gets the event (command or value) that will be triggered at runtime depending on the page behavior. |
|
|
Gets the event (command or value) that will be triggered at runtime when the window is activated or deactivated. |
|
|
Sets the event (command or value) that will be triggered at runtime. |
|
|
Sets the event (command or value) that will be triggered at runtime, including when the window is activated or deactivated. |
|
|
Retrieves or sets the LogDevice property setting for the current graphics page. |
|
|
Returns the name of the active page. This is a read only attribute. |
|
|
Retrieves the name of the page currently defined as "next" for the active graphics page, or sets the page you would like defined as next. |
|
|
Retrieves the name of the page currently defined as "previous" to the active graphics page, or sets the page you would like defined as previous to the current page. |
|
|
Retrieves or sets the PageScanTime property for the current graphics page. |
|
|
Selects the specified association in the current page. |
|
|
Selects the first association in the current page. |
|
|
Selects the next association in the current page. |
|
|
Sets or retrieves the title of the active Plant SCADA graphics page. |
For details and a VB example on handling return and error values, see Error Handling.
See Also
Related Links
- PageAddAssociation
- PageAppearanceGet
- PageAppearanceGetEx
- PageArea
- PageAssociationDefault
- PageAssociationDescription
- PageAssociationName
- PageAssociationValueOnError
- PageClusterInherit
- PageClusterName
- PageDeleteAssociation
- PageDescription
- PageEnvironmentAdd
- PageEnvironmentFirst
- PageEnvironmentNext
- PageEnvironmentRemove
- PageEventGet
- PageEventGetEx
- PageEventPut
- PageEventPutEx
- PageLogDevice
- PageName
- PageNext
- PagePrevious
- PageScanTime
- PageSelectAssociationByName
- PageSelectFirstAssociation
- PageSelectNextAssociation
- PageTitle