Quote from
HPW on September 8, 2021, 6:39 pm
Hello,
>I see what your saying but if you enter list items in the listobject manually they are held by the application.
That is right, but a different process.
When you add the items into the object, they are part of the object propertys.
That gets compiled into the app. You can see them also in the pub-source when you view it with a text editor.
But when you add items by code this happens on runtime and after the compile-process.
So a complete different process.
Regards
Hans-Peter
Hello,
>I see what your saying but if you enter list items in the listobject manually they are held by the application.
That is right, but a different process.
When you add the items into the object, they are part of the object propertys.
That gets compiled into the app. You can see them also in the pub-source when you view it with a text editor.
But when you add items by code this happens on runtime and after the compile-process.
So a complete different process.
Regards
Hans-Peter