jjschwartz
Technical User
This has got to be a newbie question...
I have a main form. When a button is pushed, other forms need to open up to display data or allow editing of data. Then I come back to the main form. That's got to be a pretty basic Delphi problem.
What's the best way to switch between the forms? Should I create all the forms when my application starts and toggle their visible/not visible property as needed? Should I create the forms when needed during runtime? Any other pre-emptive advice as I start this project?
TIA,
Jeff Schwartz
I have a main form. When a button is pushed, other forms need to open up to display data or allow editing of data. Then I come back to the main form. That's got to be a pretty basic Delphi problem.
What's the best way to switch between the forms? Should I create all the forms when my application starts and toggle their visible/not visible property as needed? Should I create the forms when needed during runtime? Any other pre-emptive advice as I start this project?
TIA,
Jeff Schwartz