very simple question. make button change number in edit box
hi,
i am a complete programming beginner. i unfortunatley dont currently have time to learn programming because of school. in delphi, i have made a form. i have an edit box and 2 buttons on it. i have a 0 in the edit box. i want to make it so when i click on one button, the number in the edit box goes up, and the other, it goes down. is there a simple way to do this, or can you suggest another way to do this. (see attatched 1.jpg)
i then have another of these edit boxes with to buttons next to it. i then want to multiply the number in the first edit box by 6, and add the number in the second box, then display the result in a third edit box.