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
