I have added a RichMemo to a form. I have entered two lines in RichMemo1.Lines.
But when I run the app there is an empty third line.
Can I get rid of it?
I tried to set RichMemo1.ReadOnly := True, but it does not help, the line is still there.
A sample project is attached.