B4J Question Is it possible to create data structure at run time?

jerry07

Member
Licensed User
Longtime User
I need to read data and present to user. I don’t know the layout of the data until when it needs to be presented. Is there a way to create maps, kvs, etc to load data at run time?
Thank you.

Edit: I should add the data for now will only include combinations of strings, numbers and dates.
 
Last edited:

EnriqueGonzalez

Well-Known Member
Licensed User
Longtime User
As far as i can tell.

Yes you can add Data dinamically, whatever you want: views, maps, list, even databases.
 
Upvote 0
Top