How to make so that the information entered in the Stringgrid , was saved subsequently and after the release, but could then be edited at any time? Where u how to specify it?
1 answer
You will be helped by a typical combination of DB-Aware components, where any DataSet in memory is used to store data, for example from the standard TClientDataSet delivery, it has SaveToFile and LoadFromFile methods — it can save to a binary, or XML. With TStringGrid it will not work this way. As a table view, you can use the standard TDBGrid.
StringGridyourself from the file. If changing the table in the program is allowed, then yes, you can. Well, or if you open your file with notepad :) As for articles, start with something about working with files. - kot-da-vinci