|
|
|
| acAppStartCounter component.
|
| property OnFirstStart: TNotifyEvent;
|
| The OnFirstStart event occurs on first application startup, when the Counter = 0.
|
| procedure TForm1.acAppStartCounterFirstStart(Sender: TObject);
|
| begin
|
| acAppAutoRun1.AutoRun := True;
|
| end;
|