I have two windows. Why does the 1st main window pass the value to the 2nd edit.text without error, but when I try use the 2nd window to pass the value to the 1st, it will report an error. Window 2: uses
Classes, SysUtils, Form, Controls, Graphics, Dialogs, StdCtrls, Unit1; // <-unit1, an error will be reported here
------------------------------------------------------
unit2.pas(8,71) Error: Circular unit reference between Unit2 and Unit