![]() |
![]() ![]() ![]() |
acAutoUpgrader component.
|
property OnDoOwnCloseAppMethod: TNotifyEvent;
|
The DoOwnCloseAppMethod can be used to write your own method which will close the application before upgrade and restart of the updated application.
|
![]() |
|
![]() |
procedure ShutdownApplication;
|
begin
|
if Assigned(Application.MainForm) then
|
Application.MainForm.Close;
|
Application.Terminate;
|
end;
|
OnEndUpgrade and OnAfterRestart events.
|