J johnthomcode Member Licensed User Longtime User Apr 20, 2011 #1 Hi, If you use one of the ListView "Add...2" functions (where you supply a return value), is there _any_ way to still access the actual text displayed on the listview as opposed to the return value? Thanks! John
Hi, If you use one of the ListView "Add...2" functions (where you supply a return value), is there _any_ way to still access the actual text displayed on the listview as opposed to the return value? Thanks! John
Erel B4X founder Staff member Licensed User Longtime User Apr 20, 2011 #2 You can create your own type using Type keyword and add multiple values as the return object. See my answer here for an example: http://www.b4x.com/forum/basic4andr...9-listview-reading-second-line.html#post40543 Upvote 0
You can create your own type using Type keyword and add multiple values as the return object. See my answer here for an example: http://www.b4x.com/forum/basic4andr...9-listview-reading-second-line.html#post40543