Hello everyone,
anyone knows is is posible to get the name of object in this case?
I trying to get the name because in my case, i'm using the TAG property to put some stuffs, and I can't use it.
anyone knows is is posible to get the name of object in this case?
I trying to get the name because in my case, i'm using the TAG property to put some stuffs, and I can't use it.
B4X:
For Each v As View In p.GetAllViewsRecursive
Log( v.NAME ) <------------
Next