Tagged Questions
4
votes
5answers
4k views
How can I find the location of a “List index out of bounds” error in Delphi
In Delphi 2009, my program now produces a "List index out of bounds" error. It generates a popup box:
I'm using the "Debug" Build Configuration that has all the Runtime error checking turned on. ...