Freeze() Method
- Last UpdatedFeb 20, 2017
- 1 minute read
Freezes the Alarm Tree Viewer control tree.
Syntax
Object.Freeze(Frozen)
Parameters
Frozen
Contols whether the tree can be updated.
1 = Freezes the tree.
0 = Unfreezes the tree.
Example
Tag1 is defined as memory discrete tag and the name of the control is AlarmTreeViewerCtrl1.
Tag1 = 1;
#AlarmTreeViewerCtrl1.Freeze(Tag1);