There is a program that from memo1 (its content) displays in Edit1 , by means of pressing Button1 , randomly words, how to make sure that after the word is Button1 it no longer appears? Please explain everything in detail.
 var vorname : string; begin vorname := memo1.Lines[random(memo1.Lines.Count) + 1]; edit1.Text := vorname + ' '; end; 

memo1. - Nofate ♦