S Steve-h Member Dec 7, 2021 #1 I have 10 buttons all belonging to the same Click event. Each button has a different Tag value. How do I access the tag value ?
I have 10 buttons all belonging to the same Click event. Each button has a different Tag value. How do I access the tag value ?
Erel B4X founder Staff member Licensed User Longtime User Dec 7, 2021 #2 B4X: Dim tag As String = Sender.As(B4XView).Tag Upvote 0
S Steve-h Member Dec 7, 2021 #3 Erel said: Dim tag As String = Sender.As(B4XView).Tag Click to expand... Thank you, solved the problem and I have learnt about Sender. Upvote 0
Erel said: Dim tag As String = Sender.As(B4XView).Tag Click to expand... Thank you, solved the problem and I have learnt about Sender.