I dont know how to get the second line returned from a listview
help is appreciated
reading from the manual:
However you can change it to any object you like by using:
AddSingleLine2, AddTwoLines2 and AddTwoLinesAndBitmap2 methods. These methods receive an additional parameter which is the return value. This allows you to pass more information as required by your application.
help is appreciated
reading from the manual:
However you can change it to any object you like by using:
AddSingleLine2, AddTwoLines2 and AddTwoLinesAndBitmap2 methods. These methods receive an additional parameter which is the return value. This allows you to pass more information as required by your application.
B4X:
Sub foutView_ItemClick(Position As Int, Value As Object)
toastmessageshow(value)
end sub