procedure TForm1.DBGrid1KeyDown(Sender: TObject; var Key: Word;
  Shift: TShiftState);
begin
dbgrid1.SelectedIndex:=dbgrid1.SelectedIndex+1;
end;