Questions tagged [tmemo]

TMemo is a VCL component wrapping a standard Windows multiline edit control. It's defined in the StdCtrls.pas unit.

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
1 2 3 4 5 6
7