Re: Invalid window handle on close
Posted: Tue Aug 08, 2017 7:27 pm
Hi,
Many of the TChromium events are received in different threads and the VCL doesn't like to create and destroy components in different threads.
You need to send a message from Chromium1ProcessMessageReceived to the main form to show the DevTools.
Many of the TChromium events are received in different threads and the VCL doesn't like to create and destroy components in different threads.
You need to send a message from Chromium1ProcessMessageReceived to the main form to show the DevTools.