I'm trying to use following procedure in Delphi XE2 with Chromium component (version 306):
procedure TForm1.Chromium1BeforeBrowse(Sender: TObject;
const browser: ICefBrowser; const frame: ICefFrame;
const request: ICefRequest; navType: TCefHandlerNavtype; isRedirect: Boolean;
out Result: Boolean);
but it's not working. Delphi doesn't recognize onBeforeBrowse event. Chromium seems to be correctly installed, samples are working, and I'm trying to add onBeforeBrowse event handling in GuiClient sample... Is there that event in Delphi Chromium component ?
Since you've described your problem like not working, go through the all steps:
Where to check or create event handler
What happens when you don't have source paths configured
How to configure paths to the Chromium library source code
Don't forget to include the binaries into a project's visible place