DelphiBuilder
Results
1
issues of
DelphiBuilder
Add a simple memo on a form. Add a button and on click assign this code: procedure TForm1.Button1Click(Sender: TObject); begin Memo1.Lines.Add(#13#10'Hello'); end; Now the memo is unstable. Every time it...