NOT LOGGED IN
NOTE: You are commenting as an anonymous guest. You will
NOT immediately see your comment, but it's there. Please do not try to re-send the same comment. If you'd like to see it immediately, please
login or create an account (
no worries, it's free).
Olympus
Engaged
That's one way to do it (in coding there's always a hundred different ways to skin a cat), or instead of passing the string to each separate form, you could just add a module to the project, and store the string variable there. Then it's available to use in any form in your project.
Believe it or not, using groupboxes instead of 10 different forms is alot easier (not to mention cleaner).