It is not clear what you need to specify in the procedure tabview - tabview name or string of tag? In the examples, the string of tag and the name of the object are often written identically, this is even more confusing for beginners. Maybe there is a rule to write them identically?
now not work
B4X:
TabView.Initialize("TabView",False)
....
Sub TabView_SelectedChanged( i As Int, Cel As TableCell)