mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-02 16:32:30 +02:00
LCL: docs: OpenURL
git-svn-id: trunk@31376 -
This commit is contained in:
parent
d7815f3058
commit
d3a35fbdfa
@ -5901,6 +5901,10 @@ the Canvas.SaveHandleState and Canvas.RestoreHandleState.
|
||||
<element name="GetTickCount.Result">
|
||||
<short/>
|
||||
</element>
|
||||
<element name="OpenURL">
|
||||
<short>Open a given URL with the default browser</short>
|
||||
<descr>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.</descr>
|
||||
</element>
|
||||
</module>
|
||||
<!-- LCLIntf -->
|
||||
</package>
|
||||
|
@ -88,7 +88,6 @@ function GetTickCount: DWord;
|
||||
function GetTickStep: DWord;
|
||||
{$ENDIF}
|
||||
|
||||
// Functions in the include file sysenvapis.inc
|
||||
function FindDefaultBrowser(out ABrowser, AParams: String): Boolean;
|
||||
function OpenURL(AURL: String): Boolean;
|
||||
function OpenDocument(APath: String): Boolean;
|
||||
|
Loading…
Reference in New Issue
Block a user