The TJSONPropStorage component allows me to save and restore the fields of a form in a file, and it works great. I would like to be able to save and restore my form from a string though, rather than from a file (the JSON properties are stored in the file as a single string if I use the "unformatted" property). Is there an easy way to do this? I'll try to figure this out for myself if anyone can point me to the source for the component. Any pointers appreciated. (I'm trying to combine a number of setup files into one single file in my project).