I have the following code:
Nomes: array[1..10] of string=('Tadeu','Joao','Maria','Ana','Juca','leticia');
StringReplace(Edit1.Text, Nomes, 'Bloqueado', [rfReplaceAll]);
I need to make the StringReplace look for any name inside the array and replace it. Where am I going wrong?