On Thursday 10 June 2010 18:31, K. P. wrote:
> Hi all ~
> am in the process of converting one of our win32 delphi apps to
> lazarus/cross platform. Converting something trivial like
>  ShellExecute( 0, nil, PChar( url ), nil, nil, SW_SHOWDEFAULT );
> How can I find the default browser (if any) on supported platforms?

LCLIntf unit:
function FindDefaultBrowser(out ABrowser, AParams: String): Boolean;
function OpenURL(AURL: String): Boolean;
function OpenDocument(APath: String): Boolean;

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to