Buonasera a tutti!Volevo chiedere se gentilmente mi potevate spiegare come far funzionare il radio button su B4A? Grazie in anticipo a chi mi risponderà
Capitolo 4.7.1 della guida cartella --> BasicLanguage file --> B4xBasicLanguageV1_4
B4X:
Example:
Sub RadioButton1_CheckedChange(Checked As Boolean)
If Checked = True Then ' Your code if checked
Else ' Your code if not checked
End If
End Sub
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.