Alarm client control pass-through properties
- Last UpdatedOct 10, 2024
- 1 minute read
The following AlarmApp properties can be used in scripts, but are pass-through properties to the underlying Alarm Control. To maximize performance, we recommend that you set these through the underlying Alarm Client Control property when used in a layout script, using the following syntax:
MyContent.AlarmControl1.AlarmClientControl.AlarmQuery
-
AlarmQuery
-
AutoScroll
-
ClientMode
-
FlashUnAckAlarms
-
GroupByHeader
-
MaxPriority
-
MinPriority
-
Required
-
ShowContextMenu
-
ShowGrid
-
ShowHeading
-
ShowStatusBar
Alarm Client Control Property
The AlarmClientControl property lets you explore the underlying methods and events
that can be scripted within the underlying Alarm Client Control, using the following
syntax:
MyContent.AlarmControl1.AlarmClientControl.<PropertyName>
Examples:
MyContent.AlarmControl1.AlarmClientControl.AlarmQuery
MyContent.AlarmControl1.AlarmClientControl.ClientMode
MyContent.AlarmControl1.AlarmClientControl.AckSignature.MaxPriority
MyContent.AlarmControl1.AlarmClientControl.ShowGroupByHeader