TJsonPropStorage
From Lazarus wiki
Jump to navigationJump to search
TJsonPropStorage is a component to save and restore selected properties (either TForm or any control on it). It cooperates with the TForm.SessionProperties property and is available on the Misc tab of the Component Palette. Its operation is analogous to that of the TXMLPropStorage component with the only difference that the property values are stored in an JSON file (rather than an XML file).
See also