您删除当前行之后应该移动游标.
比如:
adoquery.delete;
if not adoquery.eof then
adoquery.next;
=======Try It======