Android Question Know the name of a view

vecino

Well-Known Member
Licensed User
Longtime User
Hello, How I can get the name?
B4X:
For Each v As View In pn1.GetAllViewsRecursive
  If v Is Button Then
    Dim vv As Button = v
    Log(vv.Name)    ' ???
  End If
Next
Thanks and regards.
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…