-
|
I want to maintain a table of various key value pairs, which are specific to my component. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
We've had users "hotwire" |
Beta Was this translation helpful? Give feedback.
We've had users "hotwire"
Svc/ParamDbto save and restore parameter values. It does require a file system, but you can manually set IDs passed to thegetPrmandsetPrmports and use it that way. You would manually add the ports to your component, serialize your data into a buffer, and use thesetPrmports to save the data.