For custom views and specifically XUI views in this case, the object is stored in the tag property of the base panel. Example:
Dim b4xiv As B4XImageView = pnl.GetView(1).Tag
Can I store an additional item in that tag and separate it from the object name. Hopefully, I am wording this inquiry correctly.
thank you
Dim b4xiv As B4XImageView = pnl.GetView(1).Tag
Can I store an additional item in that tag and separate it from the object name. Hopefully, I am wording this inquiry correctly.
thank you