dbgrid中光标回车右移 在Form.onKeyPress事件中写如下代码: if Key = #13 then if ActiveControl = DBGrid1 then begin TDBGrid(ActiveControl).SelectedIndex := TDBGrid(ActiveControl).SelectedIndex + 1; Key := #0; end;此文章由 http://www.ositren.com 收集整理 ,地址为: http://www.ositren.com/htmls/67982.html