hello, someone can help me I'm trying to go through the contents of a CustomListView but I can not get the data.
I'm trying to do it this way
but I can only get a registration I need
I appreciate any comment
I'm trying to do it this way
B4X:
Dim i As Int
For i=0 To LV1.GetSize -1
Dim Test As Int=LV1.GetValue(i)
Msgbox(Test,"")
Next
but I can only get a registration I need
I appreciate any comment