var stringArr : Array of String; s : String; begin for s in stringArr do begin ShowMessage(s); end; end.