delphi 使用TThreadList的remove方法时......
delphi 使用TThreadList的remove方法时提示此错误:list index out of bounds (63);
提示意思是索引越界问题,TThreadList是delphi提供的类,remove是其方法,使用它怎么会出现此问题?
望高手指点啊
[解决办法]
你先看看TThreadList里是否有63这个索引的数据呢?
发布时间: 2013-01-05 15:20:40 作者: rapoo
delphi 使用TThreadList的remove方法时......
delphi 使用TThreadList的remove方法时提示此错误:list index out of bounds (63);
提示意思是索引越界问题,TThreadList是delphi提供的类,remove是其方法,使用它怎么会出现此问题?
望高手指点啊
[解决办法]
你先看看TThreadList里是否有63这个索引的数据呢?