Data Abstract Server + TWebBrowser

I’ve created a FireMonkey Data Abstract Server from the wizard. It compiles and runs (haven’t tried to connect the client application to it yet).

Next, I added a TWebBrowser control to the server’s main form. Now when I try to run it it says that there is an EOleError exception: ‘Could not obtain OLE control window handle’.

If I create a blank FireMonkey project and add the TWebBrowser control to it it works perfectly, and if I remove the TWebBrowser control the Data Abstract server project runs again.

What do I need to do to add a TWebBrowser control to my Data Abstract Server’s main form?

Delphi 10.1 Berlin
Data Abstract / SDK 9.0.97.1245

Thanks, I’ll post a follow up question there.