注册 登录
编程论坛 Delphi论坛

list index out of bounds(-1) delphi 这是什么错误 新手求大侠帮助

书桌台灯 发布于 2013-05-17 21:14, 4399 次点击
运行时出现这个错误list index out of bounds(-1) delphi  这是什么错误 新手求大侠帮助
2 回复
#2
墟烟2013-05-17 22:11
列表索引越界
#3
uja0012013-08-03 09:20
这是记录条数越界,比如,你的表中只有5列数据,但是你引用了第六列,就会有这个提示;或者在数组中、下拉框中等,都会出现这个错误,
1