Done! Here is the full working demo program.
Based on the TWebBrowser component package of Phil (s.a.); really minimum code, no delegate code, only the essential code for creating the webview and loading an example https page into it.
And - in contrast to the statement of MISV above - you will really need the Handle stuff. And the most important statement is this mystic RegisterWSComponent, which -for me- does a mapping of the Cocoa specific WSWincontrol class into the general WinControl class of the webbrowser component. But I have only a poor idea of what RegisterWSComponent really does.
Without that I could not get this to work, especially the code fragments of MISV (s.a.) didn't really work.
My next steps will be:
- delete the webview component under program control
- convert the code to use the new WKWebView