You are not logged in.
Pages: 1
I have a class derived from TSQLRecord, with several string fields.
I want to save the list/array of instances in one json file. Should I use array or TObjectList, and how to save and load? Eventually, convert that list into a dataset (with JSONToDataSet?).
Pages: 1