GroupExactMatch Property
- Last UpdatedNov 07, 2016
- 1 minute read
When the GroupExactMatch property is true, only alarms with alarm group names that exactly match the GroupName property value are shown. When it is false, then the group name need only specify part of the alarm group names it is filtering for.
Type
Discrete
Default
False
Syntax
Object.GroupExactMatch [= discrete]
Remarks
Use this property together with the GroupName property to filter the Alarm DB View control.
Example
For example:
#AlarmDBViewCtrl1.GroupName = "Group"
#AlarmDBViewCtrl1.GroupExactMatch = 0;
#AlarmDBViewCtrl1.Refresh();