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.

what different using CEFWindowParent and chromiumWindows

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

Re: what different using CEFWindowParent and chromiumWindows

Post by salvadordf »

TChromiumWindow is just a little easier to use if you just need to show some web page in your app.

TChromiumWindow inherits from TCEFWinControl, like TCEFWindowParent, and it includes a TChromium as a child. It's an "all in one" solution.

If you need to use TChromium's events I would recommend that you use TChromium and TCEFWindowParent because it's easier to assign the events to your procedures.

You can do the same with both solutions but if your app needs to do anything more advanced than showing a web page I would use TChromium and TCEFWindowParent.
Post Reply