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

AVEVA™ InTouch HMI

GetItem() 方法

  • Last UpdatedSep 24, 2024
  • 1 minute read

将指定的行与列的数据作为字符串来返回。

语法

Object.GetItem(Integer, Message)

参数

整型

整型表达式,为控件中特定的行赋值。

消息

字符串表达式,为控件中的列名赋值。

示例

控件名为 AlmDbView1,tag 定义为消息标记。

tag = #AlmDbView1.GetItem(1, "Group");

In This Topic