How can I redirect a TEdgebrowser popup window to my own form?

Viewed 360

With the TEdgeBrowser.OnNewWindowRequested event, I can obviously tell that a new window is about to open, but how can I capture the output to my own custom TForm with a second TEdgeBrowser component?

1 Answers
Related