I've noticed that the Threads Window in the Delphi IDE seems to support multiple processes (not just threads). And now I have to wonder how one creates additional processes beyond the application itself so that they appear in the Threads Window?
What code would I have to write to create a multi-processes application, not just a multi-thread one?
Assuming it's possible.