Hello.
I have a TForm that I am displaying with Form.Show (this is not an MDI application).
The user may make any number of these forms (at the same time) while the program is runnung.
I don't want to have a variable in the code for every form the user may create.
Is there any other way to handle this?
I thought I saw something about how to do this once but now I can't remember it. Oh, how often that happens
Thanks for your help.
Tim
I have a TForm that I am displaying with Form.Show (this is not an MDI application).
The user may make any number of these forms (at the same time) while the program is runnung.
I don't want to have a variable in the code for every form the user may create.
Is there any other way to handle this?
I thought I saw something about how to do this once but now I can't remember it. Oh, how often that happens
Thanks for your help.
Tim