TMemo is a VCL component wrapping a standard Windows multiline edit control. It's defined in the StdCtrls.pas unit.
Questions tagged [tmemo]
91 questions
-5
votes
1 answer
Delphi. Change TMemo of another form raises Exception
Today I face some problem: when I try add lines to TMemo on another form:
workingForm.scanLog.Lines.Add('Page ' + link + ' proceed.');
It's returning a error:
What I doing wrong?

Roman Nazarkin
- 2,209
- 5
- 23
- 44