For Each v As B4XView In Pane1.GetAllViewsRecursive
If v.Tag Is B4XImageView Then
Dim xiv As B4XImageView = v.Tag
If xiv.Tag = "B4XImageView1" Then
Log("found")
End If
End If
Next
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.