转自:https://zhidao.baidu.com/question/1694035814426308148.html 一般是你鼠标点到哪一行,其DataSet的指针就指到了什么位置你可以直接通过DataSet.Fields[i].Value来得到结果 如果是选择多行的话,可以使用循环来做,加个判断DataSet.First;while not DataSet.Eof dobegin if DBGrid1.SelectedRows.CurrentRowSelected then begin…