Hi there,
I am new to B4A so please bear with me. I have a customlistview which has items in it. I am trying to make it so that if a user clicks on an item, it will be able to retrieve all details about that item (The text and value). I have got the value, but I've got no idea about how to find the text. Please see my code below
Search is the text
Thanks
I am new to B4A so please bear with me. I have a customlistview which has items in it. I am trying to make it so that if a user clicks on an item, it will be able to retrieve all details about that item (The text and value). I have got the value, but I've got no idea about how to find the text. Please see my code below
B4X:
Sub CustomListView1_ItemClick (Index As Int, Value As Object)
Dim search As String
search = CustomListView1.GetValue
End Sub
Search is the text
Thanks