TMSFNCWebBrowser properly initialized

How is possible to know if the TMSFNCWebBrowser is working and initialized?
If webview is missing or edge is not available i would like to stop my application before show tons of error.
vcl application on win10/win11 64bit.
I cannot find informations on manual TMSFNCWebBrowserDevGuide.pdf

Thank you

Include the unit VCL.TMSFNCWebBrowser.Win, and use the EdgeLoaded flag. Then if EdgeLoaded is true, create the TTMSFNCWebBrowser programmatically.

1 Like

Thank you, it works :slight_smile:

There is also a solution to the EdgeLoaded flag with browser yet on forms?

Unfortunately no.