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

AVEVA™ InTouch HMI

GetSelectedItem() 方法

  • Last UpdatedApr 04, 2022
  • 1 minute read

将所选行、给定列的数据作为字符串来返回。

语法

Object.GetSelectedItem(Message)

参数

Message

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

示例

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

tag = #AlmDbView1.GetSelectedItem("State");

In This Topic