I have searched all over the internet for a solution to my problem, but I can't find it. How would I go about saving to a file? I managed to get it to carry out a Save As function with this code:
if SaveDialog1.Execute then
Memo1.Lines.SaveToFile(SaveDialog1.FileName);
I want it to carry out a Save function, so that if an existing file is already open, the user can save to that file, without having a specify a name in the Save As Dialog.
That’s not quite right. It’s not rdping into a Windows machine to use apps. This had existed in the past as RemoteApp where just the virtualized app(s) is/are presented to the user and not a full vm.
https://remoteapp.readthedocs.io/en/stable/remoteapp-anyapp/
Im guessing they just made the process easier now and are treating what they killed off as something new.
Products that are imitations of european products. An example:
There is a well renown DE razor made by Tatara.
The original: https://tatararazors.com/product/masamune-nodachi
The fake on Aliexpress: https://www.aliexpress.com/ite...2a7e8&afSmartRedirect=y
There are many more, for almost anything made in the EU.
Question
smctainsh
Hi All,
I have searched all over the internet for a solution to my problem, but I can't find it. How would I go about saving to a file? I managed to get it to carry out a Save As function with this code:
I want it to carry out a Save function, so that if an existing file is already open, the user can save to that file, without having a specify a name in the Save As Dialog.
Thanks in advance,
Smctainsh
Link to comment
https://www.neowin.net/forum/topic/453443-delphi-save-to-file/Share on other sites
11 answers to this question
Recommended Posts