appstartcounter InstallTime property
Return to Introduction  Previous page  Next page
Applies to
acAppStartCounter component.  

Declaration
property InstallTime: TDateTime; // read-only!  

Description
The InstallTime property determines the date and time when the application was first time executed on current PC.  
 
Read InstallTime to determinate the date and time of first start, or use LifeTime property to determinate how long the program exists on current PC. To reset the Counter and clear the InstallTime value from registry — call ResetCounter method.  

See also
Counter and LifeTime properties;  
ResetCounter method;  
OnFirstStart event.