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

AVEVA™ InTouch HMI

​.PageNum 点域

  • Last UpdatedFeb 01, 2018
  • 1 minute read

包含报警对象中显示的当前页码。

类别

报警

语法

[ErrorNumber=]GetPropertyI("ObjectName.PageNum",TagName);

参数

ObjectName

“分布式报警显示”对象的名称。例如,AlmObj_1。

TagName

整型标记,存放“分布式报警显示”对象中当前显示的页面的编号。

附注

此只读点域返回指定的“分布式报警显示”对象中当前显示的页面的编号。

数据类型

整型(只读)

示例

以下语句将“分布式报警显示”对象 AlmObj_1 中当前显示的页面的编号返回给 AlarmPage 整型标记:

GetPropertyI("AlmObj_1.PageNum",AlarmPage);

另请参阅

GetPropertyI(), .NextPage, .PrevPage, .TotalPages

In This Topic