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

AVEVA™ InTouch HMI

FreezeDisplay() 方法

  • Last UpdatedOct 04, 2024
  • 1 minute read

冻结显示。

语法

Object.FreezeDisplay(Freeze)

参数

Freeze

True = 冻结显示。

False = 撤销冻结显示。

示例

Tag1 定义为“内存离散”标记,控件名为 AlarmViewerCtrl1。

Tag1 = 1;

#AlarmViewerCtrl1.FreezeDisplay(Tag1);

In This Topic