You are not logged in.
Pages: 1
I have JSON which I converted to a TObjectList containing a specific class using mormot. I would now like to bind this TObjectList to a GUI and alter some values, what would be the best way to achieve this? I was thinking of going to a dataset (read / write) to provide binding functionality. Is there a better / alternative way? What's the best way to go from TObjectList to TObjectList<T>, as that might also help with other memory related dataset components.
Offline
Pages: 1