Hello, I recently came over from Visual Basic 6 to Free Pascal. In Visual Basic 6, you have an option to hide forms like this: FormName.Hide. I attempted to replicate that in FP, but needed to include a form's unit in order to hide it. Since my program only has 4 forms, I quickly encountered the problem of cross-referencing and that did not allow me to compile.
My question is: how to call a function that hides a form without cross-referencing? Do I need to do this in main unit? Please preferably give a simple solution but any solution is welcome!
Thank you in advance!
