'How do I have a Delphi Application contain multiple processes?

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.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source