I have looked at a very similar stackoverflow question(s), but the answers aren't helping me.
Updating textbox on mainform with a variable on a child form that is launched from main form
Say I have a TLabel on the Mainform and I have winform A and B. Winform B is launched from winform A. How do you get access to the TLabel on mainform from winform B to update its (say) Text property?
Thanks in advance.
In Program.pas, create static main winform as follows:
In Main method do the following: