10-26-2021, 08:39 PM
Yes, but as you have it private you wont be able to set it here:
frm.UserMessage := edtUserMassage.Text;
You need to make it public in TIWForm3
frm.UserMessage := edtUserMassage.Text;
You need to make it public in TIWForm3

