在Form1写个Public过程procedure SetEditText(AValue : string);begin Edit1.Text := AValue;end;然后在其他窗体中调用这个public过程为Edit1赋值
写个回调就行了呗 创建窗体的时候赋值回调事件,谁回调执行谁