Can I use my own data types with rapidUI?
You do not have to use special data types such as Variant. RapidUI is able to work with any data type you define. All that is required is that you create a data adapter for your data type. Data adapters are a kind of extended runtime information (reflection, if you prefer Java speak). The litwindow data adapter mechanism usually takes only a few lines of code and is very easy to implement.