Please be kind! Lol. I am trying to learn Lazarus. I am using ver 2.01.
I have searched Google for my answer, but it's always about strings to a listfilebox. I just want to know how to ADD text file contents to a memobox. My program lets the user select a txt file and it shows the content. They can open multiple text files and save them all as .mtf files. I just need an example or code to show me. I tried memobox1.add.lines(Openfromfile) with error. Help! Thank you.