| Property | Sample Value | Possible Values |
|---|---|---|
| Active | 1 | 1 or 0, boolean value |
| Interval | 1 | Integer number of seconds |
| PosLeft | 236 | Floating point number, in "PosUnits" units |
| PosTop | 56 | Floating point number, in "PosUnits" units |
| PosUnits | ZDLG | PIXEL, POINT, ZDLG or CHAR |
| Type | Timer | Must be Timer for timers |
Action logic may be defined for the following events:
| Event | Event-code |
|---|---|
| Create | Ev10 |
| Destroy | Ev50 |
| timer | EvTIMER |
The code for each event is encoded as:
Begin Event [event code] -------- Begin Document ActionLogic [number of lines] First line Second line etcetera -------- End End
Note: It is important that the [number of lines] exactly matches the actual number of lines between "----- Begin" and "----- End".