TMSFNCMAPS how to check if the map is completely initialized

When starting a map dialog, the OnMapInitialized event is fired multiple times (at least twice). I would like to include additional activities that will be performed when the entire map is completely initialized.

Therefore, I need information about the map initialization status. Please tell me how I can read it.

I have not been able to reproduce this issue.
Can you please let me know which mapping service you are using and provide a code sample that demonstrates the issue so I can further investigate this?

ok - on priv

HELLO
What check why TMSFNCMap/TMSFNCEdgeWebBrowser is completly initialized.

This is WERY WERY CRITICAL

The event OnMapInitialized

The answer is wrong. The OnMapInitialized event does not mean that initialization is complete!

I need information about completed initialization. If I add to
OnMapInitialized
begin
inherited
RunMyData
end;

then RunMyData will be executed even if the browser has not completed initialization.

Once again, please tell me where I can read the information about the completed and CORRECT initialization!

Then please provide more information about which kind of initialization you are referring to.