常规参数
文章标题:
权重:
文章摘要:
dbgrid中光标回车右移 在Form.onKeyPress事件中写如下代码:if Key = #13 thenif ActiveControl = DBGrid1 then beginTDBGrid(ActiveControl).SelectedIndex := TDBGrid(ActiveControl).SelectedIndex + 1;Key := #0;end;
关键字:
ActiveControl Key .SelectedIndex #0 end DBGrid1 then
管理密码: