[Gambas-user] Setting all RadioButton's values to false
Matti
math.eber at ...221...
Mon Dec 17 21:33:01 CET 2012
Don't think so. See
http://gambasdoc.org/help/comp/gb.qt/radiobutton?v2
RadioButtons are for choosing only one in a group, but always choosing one.
If you want to deselect all, you should use CheckBoxes.
Am 17.12.2012 21:23, schrieb M. Cs.:
> Is there a possibility to set all the RadioButton's values to false?
>
> E.G:
> RadioButton1.Value = False
> RadioButton2.Value = False
> RadioButton3.Value = False
> RadioButton4.Value = False
> RadioButton5.Value = False
> RadioButton6.Value = False
>
> Will still leave the last clicked RadioButton's value True.
>
> Thanks!
>
> Csaba
More information about the User
mailing list