.PageNum Dotfield
- Last UpdatedNov 07, 2016
- 1 minute read
Contains the current page number shown in the alarm object.
Category
Alarms
Syntax
[ErrorNumber=]GetPropertyI("ObjectName.PageNum",TagName);
Parameters
ObjectName
Name of the Distributed Alarm Display object. For example, AlmObj_1.
TagName
An integer tag that holds the number of the page currently shown from the Distributed Alarm Display object.
Remarks
This read-only dotfield returns the number of the currently shown page in a named Distributed Alarm Display object.
Data Type
Integer (read-only)
Example
The following statement returns the number of the page currently shown from the AlmObj_1 Distributed Alarm Display object to the AlarmPage integer tag:
GetPropertyI("AlmObj_1.PageNum",AlarmPage);
See Also
GetPropertyI(), .NextPage, .PrevPage, .TotalPages