Some notes on Lazarus: The Lazarus Wiki says on the topic of Internet Tools, that the following should load a web page: [delphi] uses simpleinternet; .. str := retrieve('http://www.google.de'); [/delphi] Unfortunately it fails to mention (or if it is mentioned, I overlooked it), that you first need to download and install the Internet Tools. After … Continue reading Lazarus and SimpleInternet