System.Classes.TStrings.IndexError
Delphi
procedure IndexError(AIndex, AMaxIndex: Integer);
C++
void __fastcall IndexError(int AIndex, int AMaxIndex);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | System.Classes.pas System.Classes.hpp |
System.Classes | TStrings |
Description
Used internally to raise an index error when an invalid index is accessed in the string list.