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.

Implementing handler does not automatically add units

Post Reply
JanDoggen
Posts: 12
Joined: Thu Sep 19, 2019 11:34 am

Implementing handler does not automatically add units

Post by JanDoggen »

I just double clicked a TChromium.OnAfterCreated event handler in de object inspector.

This added the
procedure ChromiumAfterCreated(Sender: TObject; const browser: ICefBrowser);
to the TForm, but with an unknown ICefBrowser type. uCEFInterfaces needs to be added to the interface unit list.

Not a big deal, but IIRC 3rd party components usually do that automatically whenever you start using new types.
If you can implement that it would make a smoother experience...

TIA
Jan
Yes, new user, so I notice things ;-)
Post Reply