
Saving List Box Data at Run Time 16 Bit Delphi 1
Question: How do I save data entered in a list box at run time without resorting to a text file or having to deal with the overhead of a table? I am using 16bit Delphi 1. Answer: The easiest way to approach this is to use a TFileStream and TStream’s