Is Class_Globals similar to Globals in B4A - ie their lifetime is valid while the page is active?
And are they valid in code modules as well as classes?
I had a problem with pg always seemingly being initialised after first entry, and I've just realised that of course process_globals won't get destroyed. So I am looking for a storage type that is valid for the lifetime of an page.
And are they valid in code modules as well as classes?
I had a problem with pg always seemingly being initialised after first entry, and I've just realised that of course process_globals won't get destroyed. So I am looking for a storage type that is valid for the lifetime of an page.