I\'ve got a program that\'s having some trouble during shutdown, raising exceptions that I can\'t trace back to their source. It appears to be timing-related and non-determ
Halt(0) used to be the good old fashioned way of telling the program to end with immediate effect. There's probably a more Delphi-friendly way of doing that now, but I'm 95% sure halt(0) still works. :-)