almSelectItem() Function
- Last UpdatedFeb 21, 2017
- 1 minute read
Toggles the selection of the last selected or unselected item in an alarm display object.
Syntax
[Result=]almSelectItem(ObjectName);
Argument
ObjectName
The name of the alarm object. For example, AlmObj_1.
Example
almSelectItem("AlmObj_1");
See Also
almSelectAll(), almSelectGroup(), almSelectPriority(), almSelectTag(), almUnSelectAll()