Can I load a memo or rich edit from a text file on server?
问题 I designed a website and its uploaded to server and is working fine. in one of these pages i get some info from users like their addresses and ... and save them to a text file. Can i make an application and load a rich edit or memo from that file? that file has itself address like www.mysite.com/my_text_File.txt thank you for your help. 回答1: Yes, you can. function WebGetData(const UserAgent: string; const Server: string; const Resource: string): AnsiString; var hInet: HINTERNET; hURL: