注册 登录
编程论坛 Delphi论坛

[求助] ttable 的state属性读取出错!

油豆 发布于 2007-06-08 00:19, 793 次点击
if table1.state=dsinsert then
statusbar1.panels[0].text:='插入';
执行时有错,提示"list index out of bounds (0)"
2 回复
#2
sgliuxiu2007-06-08 17:17
一看也不象是这句错了
#3
volte2007-06-08 22:26
可能是statusbar1没有产生panels[0]
你看看。
1