Delphi saving to text file -
is there way can utilize coding memo1.lines.savetofile ('textfile1.txt') without deleting whatever in texfile save memos lines?
create tfilestream opens existing file, seek end of stream, , pass stream memo1.lines.savetostream().
delphi
No comments:
Post a Comment