Specifies whether the Alarm Summary object tracks new alarms and fires a NewAlarm event.
Syntax
object.CheckForNewAlarms [= Boolean]
Properties
The CheckForNewAlarms property syntax has these parts:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
Boolean |
Whether the Alarm Summary object tracks new alarms and fires a NewAlarm event. |
Settings
The settings for Boolean are:
Value |
Description |
True |
Tracks new alarms and so that the NewAlarm event fires. |
False |
Does not track new alarms. Consequently, the NewAlarm event never fires. (Default) |
Remarks
The best place to set the CheckForNewAlarms property is in the Initialize event handler of your picture.