DisplayMode Property
- Last UpdatedNov 07, 2016
- 1 minute read
Returns the display mode of the control, which determines if just alarms, just events, or both alarms and events are shown. This property is read-only.
Type
String
Default
Alarms & Events History
Syntax
Object.DisplayMode
Remarks
Possible values are:
Alarms & Events History
Alarms History
Events History
Example
The name of the control is AlmDbView1 and tag is a message tag.
tag = #AlmDbView1.DisplayMode;