Hi,
New to programming.
I have three Editboxes and a button - I would like to know how to make Button1.Enabled := true when all editboxes have at least one character of input and := false when even just one of the editboxes has no imput in it - is there some way to get something continually checking whether there is something in all the boxes, and if there is one box with no data in it then the button becomes disabled?
Thanks