I have a Form1:TForm with a memo1:TMemo, and an external library called memo.dll. CAN you tell me is it possible to add strings into the memo directly from the Dll source code.Something like this but in the Dll: form1.memo1.lines.add('Hi from Dll'); And Will there be an error (Memo1 not found) while compyling the *.dll.Thank You. Spent mail:spentbg@yahoo.com