Once you call Navigate or Navigate2 on a TWebBrowser it creates at least 2 new threads which do not get freed until you destroy the browser.
What is the best way (if any) to get the thread IDs of threads spawned by the TWebBrowser instance in order to name them with TThread.NameThreadForDebugging?