Hi. This is proberly a simple question but Im new to delphi 8 and programming for that matter, and was wondering if anyone could help. Two questions: 1) I have a main page and a number of sub pages that need to be linked with buttons. How do I do that? 2) On these sub pages I have edit boxes for the user to enter values which the program will calcuate and show the user the answer when they press a button. Again, how do I do this? THanks for any help you can give me
I've sorted out the first question my self Just need help on the second now, I still can't figure it out.
I think you can write in button's on click procedure to calculate the values from edit box. Double click the button and you will get on click procedure.