System.Classes.TStrings.IndexError

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also