2011年3月28日 - Your understanding of range check errors is correct. They arise when you access an array outside it's bounds. For example: type TFixedArray = array ...
stackoverflow.com