Executing default browser from a button?

In Delphi for Windows, you can use ShellExecute to load the users's default browser, with a supplied URL.


Is there an equivalent in WebCore? 

You can obviously use a 'link', but it would sometimes be useful to do it from within the code.

I feel like there's a really obvious answer that I just cannot think of. 

Stephen

If you use the latest verson v1.1.2.1, you could try

Application.Download(URL);