I'm using a Tmemo that receives data from an edit, but this data will be inserted x times, the question is:
By pressing the button Tmemo you will receive the data as follows:
Memo1.Lines[10] := ('linha adicionada');
I would like the edits to be cleaned when I clicked the button, and when the person types the new data and pressing the same button, the data was inserted in the line below in the Memo1.Lines[11]
case. and so on ..