Re: Re: Delphi 5 code that terminates all running applications

 

Posted by Dominic Benedict on August 28, 2001

In Reply to: Re: Delphi 5 code that terminates all running applications posted by volkan on March 20, 2001

: : Is there anybody here who knows of a Delphi 5 code that terminates all running applications?


this win32 api may be of help
ExitWindowsEx(Action, 0);

or call the postQuitMessage()

 

 

DelphiLand Forum

Delphi Tutorials