Re: what different using CEFWindowParent and chromiumWindows
Posted: Sun Mar 31, 2019 12:15 pm
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.
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.