Tags

Dman

Active Member
Licensed User
Longtime User
This is probably a dummy-newbie question but I am still a somewhat dummy-newbie.

When one sets a value to a tag, does that value remain permanent or is it good for only that session? In other words, if I set a tag value to 1 for an edittext control, will it still be 1 in a week? A month? Or would I have to set it and copy it to the db for a permanent record then retrieve it when neccesary?

If I am not asking correctly please let me know.
 

NJDude

Expert
Licensed User
Longtime User
If you add the tag in the designer (for example) it will be part of the view when it's created and will remain forever, however, you can also set the tag dynamically in that case, you are responsible to restore those values.
 
Upvote 0
Top