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.

Is this the correct way to retrieve links from page and frames?

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

Re: Is this the correct way to retrieve links from page and frames?

Post by salvadordf »

It looks fine but set GlobalCEFApp.SitePerProcess to FALSE before the GlobalCEFApp.StartMainProcess call in the DPR file because there's a known bug with GetFrameNames and the "SitePerProcess" mode.

https://github.com/salvadordf/CEF4Delphi/issues/138
Post Reply