Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
If you find these projects useful please consider becoming a sponsor with Patreon, GitHub or Liberapay.

Invalid window handle on close

Post Reply
User avatar
salvadordf
Posts: 4564
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Invalid window handle on close

Post by salvadordf »

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.
Post Reply