accuratetimer Interval property
Previous  Top  Next
Applies to
umAccurateTimer component.  

Declaration
property Interval: Integer;  

Description
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).  
 
tip Use Reset method to reset the timer and start counting the amounts of time from current moment.  

See also
Active property;  
Reset method;  
OnTimer event.  
File not found.