Hello devs!
Hello devs!
I'm in the middle of converting my old vcl software to an fmx one.
Among a lot of other errors that have solution, I try to find a way to access files from the internet (lets say a txt file from my website).
With the old way (vcl) I used a procedure with hInternet type and function InternetOpen, InternetOpenUrl, InternetReadfile .
Any idea how this can be done in FMX?
I'm in the middle of converting my old vcl software to an fmx one.
Among a lot of other errors that have solution, I try to find a way to access files from the internet (lets say a txt file from my website).
With the old way (vcl) I used a procedure with hInternet type and function InternetOpen, InternetOpenUrl, InternetReadfile .
Any idea how this can be done in FMX?
docwiki.embarcadero.com - System.Net.HttpClientComponent.TNetHTTPClient.Get - RAD Studio API Documentation
ReplyDeleteTrestclient
ReplyDeleteComplete demo: http://docwiki.embarcadero.com/CodeExamples/Tokyo/en/RTL.HttpAsyncDownload_Sample
ReplyDeletedocwiki.embarcadero.com - RTL.HttpAsyncDownload Sample - RAD Studio Code Examples
ReplyDeleteThank you David Berneda ! I will check the sample you sent me !
ReplyDelete