atreides009
Technical User
Hello! I'm using Borland C++Builder (TurboC++ 2006). My problem is:
In my program I call a second form where the user can introduce a number in an Edit. Then, on the main form, I do some operations with that number. How can I pass the value from the second form to the main one?
I can't do what I read on the post thread101-1376709 (I didn't write there because it's closed) because I don't know where I have to write the last snippet code. The part where my project has those keywords (try, catch, throw, etc...) is different and I don't understand what it does. So, any more simple way to do that?
In my program I call a second form where the user can introduce a number in an Edit. Then, on the main form, I do some operations with that number. How can I pass the value from the second form to the main one?
I can't do what I read on the post thread101-1376709 (I didn't write there because it's closed) because I don't know where I have to write the last snippet code. The part where my project has those keywords (try, catch, throw, etc...) is different and I don't understand what it does. So, any more simple way to do that?