I have two separate forms in my application. I created one additional empty form and placed a TMainMenu component on it with two menu items. This new form will serve as the main form from which everything else will be loaded. Now I want it to work like this: when you click either of the two menu items, it should load the respective form's contents the menu item associated with to the main form. How can I achieve this? Or what is the typical approach to this kind of problem? Please, provide a simple illustrative example.

