2018年10月15日

Delphi DBGridEH中,选中行、列、单元格

摘要: // 新增行后,默认首列 procedure TForm1.ADOQuery1AfterInsert(DataSet: TDataSet);begin with DBGridEh1 do begin SelectedIndex := 0; end;end; // 行选中 DBGridEh_Yingf 阅读全文

posted @ 2018-10-15 21:23 癫狂编程 阅读(3408) 评论(0) 推荐(0)

导航

好的代码像粥一样,都是用时间熬出来的