AckSelected() 方法
- Last UpdatedOct 04, 2024
- 1 minute read
在运行时确认 Alarm Viewer 控件中所选的报警。
语法
Object.AckSelected (Comment)
参数
Comment
报警确认注释。
示例
Tag1 定义为消息标记,控件名为 AlarmViewerCtrl1。
Tag1 = "Alarm Comment";
#AlarmViewerCtrl1.AckSelected (Tag1);
在运行时确认 Alarm Viewer 控件中所选的报警。
Object.AckSelected (Comment)
Comment
报警确认注释。
Tag1 定义为消息标记,控件名为 AlarmViewerCtrl1。
Tag1 = "Alarm Comment";
#AlarmViewerCtrl1.AckSelected (Tag1);