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?

Comments

Post a Comment