almMoveWindow() Function
- Last UpdatedFeb 21, 2017
- 1 minute read
Scrolls the alarm list of the Distributed Alarm Display object vertically or horizontally.
Category
Alarms
Syntax
[Result=]almMoveWindow(ObjectName,Option,Repeat);
Arguments
ObjectName
The name of the alarm object. For example, AlmObj_1.
Option
The type of scrolling action to perform:
|
Type |
Description |
|---|---|
|
LineDn |
One line down. |
|
LineUp |
One line up. |
|
PageDn |
One page down. |
|
PageUp |
One page up. |
|
Top |
To the top of the list. |
|
Bottom |
To the bottom of the list. |
|
PageRt |
One page to the right. |
|
PageLf |
One page to the left. |
|
Right |
To the end of the list (right side). |
|
Left |
To the beginning of the list (left side). |
Repeat
The number of times this operation should be repeated.
Example
almMoveWindow("AlmObj_1", "Bottom", 0);
almMoveWindow("AlmObj_1", "LineDn", 3);
almMoveWindow("AlmObj_1", "PageUp", 0);