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

AVEVA™ InTouch HMI

SortOnCol() 方法

  • Last UpdatedApr 04, 2022
  • 1 minute read

在显示的报警记录上执行主排序。

语法

Object.SortOnCol(Message, Integer)

参数

Message

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

Integer

要使用的排序方向。0 = 升序,1 = 降序。

示例

控件名为 AlmDbView1。

tag = #AlmDbView1.SortOnCol("Name",1);

In This Topic