|
|
Previous Top Next |
| umAccurateTimer component.
|
| property Interval: Integer;
|
| The Interval property determines the amount of time, in milliseconds, that passes before the timer component initiates another OnTimer event.
|
|
|
| Interval determines how frequently the OnTimer event occurs. Each time the specified interval passes, the OnTimer event occurs.
|
|
|
| Use Interval to specify any cardinal value as the interval between OnTimer events. The default value is 1000 (one second).
|
|
|
| Active property;
|
| Reset method;
|
| OnTimer event.
|