For fil:=-1 to 1 do
For j:=-1 to 1 do
If not ((fil=0) and (col=0)) then {No tiene que ser el centro}
If ((fil+ i) in [1..5]) and ((j+col) in [1..5]) then {Para no salirme del rango
por si estoy en una esquina}
If (Tablero[i+fil,j+col]=x) then {Analizo su vecino}
{Ya no se que iria aqui}