Disable F5 Refresh

While the user is focused inside the map, and they press F5 it refreshes the map but we lose all of the pins we've placed.

Can we disable the built in refresh? Even better replace it with our own refresh operation?

You can disable accelerator keys on Windows using TMSFNCMaps1.EnableAcceleratorKeys := False; This should prevent F5 from refreshing the page.

That sounds like what we need, but the property isn't available for us. New version maybe?

We're specifically using TMSFNCGoogleMaps version 1.0.4.1

I just updated and it's there. Thank you very much.

Hi,

Yes the latest version has this included. Thanks for confirming. Capturing F5 and changing the behavior is currently not possible however.