appstartcounter OnFirstStart event
Return to Introduction  Previous page  Next page
Applies to
acAppStartCounter component.  

Declaration
property OnFirstStart: TNotifyEvent;  

Description
The OnFirstStart event occurs on first application startup, when the Counter = 0.  

Example
procedure TForm1.acAppStartCounterFirstStart(Sender: TObject);  
begin  
  acAppAutoRun1.AutoRun := True;  
end;