Can someone explain how to use "Value As Object" pertaining to a xCustomListView click event:
When I Log the value I get all kinds of good information that I could use but I don't know how to properly access it.
xCustomListView is name CLVdevo:
Private Sub CLVdevo_ItemClick (Index As Int, Value As Object)
When I Log the value I get all kinds of good information that I could use but I don't know how to properly access it.