accuratetimer OnTimer event
Previous  Top  Next
Applies to
umAccurateTimer component.  

Declaration
property OnTimer: TNotifyEvent;  

Description
The OnTimer event occurs when a specified amount of time, determined by the Interval property, has passed. Write OnTimer event handler to execute an action at regular intervals.  
 
tip The Interval property of a timer determines how frequently the OnTimer event occurs. Each time the specified interval passes, the OnTimer event occurs.  
 
tip Use Reset method to reset the timer and start counting the amounts of time from current moment.  

See also
Active and Interval properties;  
Reset method.  
File not found.