Timer
Executes a component list on a timed interval.
Properties
OnTimer
The list of components that will be executed.
Interval
An interval in seconds between the calls to OnTimer. If set to zero then the timer stops.
RepeatCount
A integer value indicating how many times to call OnTimer before timer stops. The default value of -1 means repeat forever. 0 means call once, 1 call twice etc.