New to Lazarus/Delphi
I want to build an application that acts like a windows application, flowing from screen to screen as the user works through the application. I am a little confused about the best approach.
Should I work with one Form and swap Panels to accomplish this flow or should I build multiple forms, one for each "screen" of the application?
Thank You for sharing your experience.