awaytimer Active property
Return to Introduction  Previous page  Next page
Applies to
acAwayTimer, acAccurateTimer, acCronJob, acCursorLocker, acFormBackground, acFormHelp, acFormMagnet, acFormSystemMenu and acIESniffer components.  

Declaration
property Active: Boolean; // True by default  

Description
The Active property controls whether the acAwayTimer is active to monitor the system for user activity.  
 
Set Active property to True to enable the timer and check system for mouse movements and keyboard state, othwise set it to False to disable the monitoring timer.  
 
iiinfo The detection are performed with intervals specified in MonitorInterval property.  

See also
MonitorInterval property.