iOS Question B4XSwitch get value

ykucuk

Well-Known Member
Licensed User
Longtime User
I have few B4XSwitch views in the customlistview.

How can i read each B4XSwitch value.

My code doesn't work.

B4X:
   If v Is B4XSwitch Then
   Dim xs As B4XSwitch =v.tag
   strPost= Listview1.GetValue(i) & "=" & xs.Value & "&" & strPost
   End If
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…