[Wish] Radio/Toggle/Checkviews to have another signature

AscySoft

Active Member
Licensed User
Longtime User
In fact any views who has an Checked_Change signature will be ultra, super, nicely nice :eek: to have an additional signature definition(if possible)
Thus, from:
B4X:
ViewName_CheckedChange(Checked As Boolean)
to something like:
B4X:
ViewName_CheckedChange(Checked As Boolean, UserChanged As Boolean)
This way, I don't have to DIM diffrent variables for exiting Ckeched code when no needed!
 
Top