Problem:
I have one Form1 with its Unit1 and one Form2 with its unit2.
For being able to modify, as an example, the caption of the Form2
from the Form1 I have included the unit2 in the section uses of the unit1.
But if at the same time I must be able to make the same thing from the
Form2 and I include the unit1 in the uses of the unit2 I receive this
message “Unit2.pas (9,17) Fatal: Circular unit reference between Unit2 and Unit1”
How to resolve?
Thanks to all