|
|
|
| acAccurateTimer, acAwayTimer and acAwayTimer components.
|
| property Active: Boolean; // True by default
|
| The Active property controls whether the acAccurateTimer is active and periodically triggers OnTimer events, with timer interval specified in the Interval property.
|
|
|
| Set Active property to True to enable the timer, othwise set it to False to disable it.
|
| Interval property and OnTimer event.
|