![]() |
![]() ![]() ![]() |
acAutoUpgrader component.
|
property OnAfterRestart: TNotifyEvent;
|
The OnAfterRestart event occurs on first start of upgraded application. Write this event handler to do some specific actions after successful program update and after restart (i.e: show some "history" notes, etc).
|
|
![]() |
if ParamStr(1) = RestartParams then
|
then, in case of need, OnAfterRestart event will triggered.
|
![]() |
RestartParams property; OnEndUpgrade event.
|