Language:
Русский
English
┌───────────────────┐
│ Range check error │
└───────────────────┘
This error is reported by statements compiled in the {$R+} state when one of the following situations arises:
■ The index of an array was out of range.
■ The program attempted to assign an
out-of-range value to a variable.
■ The program attempted to pass an
out-of-range value as a parameter to a
procedure or function.