LCL: docs: OpenURL

git-svn-id: trunk@31376 -
This commit is contained in:
mattias 2011-06-25 09:57:23 +00:00
parent d7815f3058
commit d3a35fbdfa
2 changed files with 4 additions and 1 deletions

View File

@ -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>

View File

@ -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;