Código Delphi [-] var I: Integer; begin for I := 1 to StringGrid1.RowCount - 1 do StringGrid1.Rows[i].Clear; end;
var I: Integer; begin for I := 1 to StringGrid1.RowCount - 1 do StringGrid1.Rows[i].Clear; end;