[Overview][Types][Procedures and functions][Variables][Index] |
Open a given URL with the default browser
Source position: lclintf.pas line 82
function OpenURL( |
AURL: string |
):Boolean; |
The function uses FindDefaultBrowser to find the default browser. If it can be found it starts it and returns true. The AURL is passed as parameter. AURL must be an URL like http://www.lazarus.freepascal.org or file:///tmp/test.txt or file://C:\test.txt.
lazarus-ccr.sourceforge.net |