doctorjellybean
Programmer
- May 5, 2003
- 145
When one adds forms to the main one, Delphi auto-creates it at runtime. Now I've seen quite a few examples where the form is removed from the Available Forms list and created when needed
Thank you.
Is there a difference between the two, and what if yes?Form2 := TForm2.Create(nil);
Thank you.