awaytimer OnActiveTimer property
Return to Introduction  Previous page  Next page
Applies to
acAwayTimer component.  

Declaration
property OnActiveTimer: TNotifyEvent;  

Description
The OnActiveTimer event is like OnTimer event of usual TTimer component, but occurs only when user actively using his PC (until acAwayTimer component not detected that user "sleeping").  
 
tip This event allows to perform some specific actions, with interval specified in MonitorInterval property, but ONLY when user IS ACTIVE (for example you can show him some popup ads or something :-)). This event never occurs when computer is inactive.  

See also
Active and MonitorInterval property.