FreezeDisplay() method
- Last UpdatedJun 19, 2024
- 1 minute read
Freezes the display.
Syntax
Object.FreezeDisplay(Freeze)
Parameter
Freeze
True = Freezes the display.
False = Unfreezes the display.
Example
Tag1 is defined as Memory discrete tag and the name of the control is AlarmViewerCtrl1.
Tag1 = 1;
#AlarmViewerCtrl1.FreezeDisplay(Tag1);