accuratetimer Active property
Return to Introduction  Previous page  Next page
Applies to
acAccurateTimer, acAwayTimer and acAwayTimer components.  

Declaration
property Active: Boolean; // True by default  

Description
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.  

See also
Interval property and OnTimer event.