What is the best datatype if you want to store a UI element in a SQLite database? e.g. All the Data Associated with a Label or a more complex element.
In my case the UI elements are quite complex, a simple copy to value approach won't work.
In my case the UI elements are quite complex, a simple copy to value approach won't work.