[Lazarus] Opening websites

Péter Gábor ptrg at freemail.hu
Thu Dec 22 20:40:07 CET 2016


In most cases I use TAsyncProcess from the System tab.

TAsyncProcess component must be dropped on the form then the process can
be started easyly (for example in the .OnClick event handler of a TButton)

    AsyncProcess1.CommandLine:='firefox http://lazarus-ide.org';
    AsyncProcess1.Execute;

2016-12-22 19:53 keltezéssel, Larry Dalton via Lazarus írta:
> What is the best way to open an Internet folder or website from inside Lazarus?
> 
> Sent from my iPhone
> 

-- 
Péter Gábor
ptrg at freemail.hu


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 490 bytes
Desc: OpenPGP digital signature
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20161222/a72ab1eb/attachment.sig>


More information about the Lazarus mailing list