EListError
[Properties (by Name)][Methods (by Name)][Events (by Name)]
Exception thrown when a list-related error occurs
Declaration
Source position: fgl.pp line 39
Type
  EListError = class (Exception)
  ;
Description
EListError is the exception used in the TFPSList class to indicate errors such as a list index out of bounds, wrong capacity etc.
MembersNo members available
Inheritance
| Class | Description | 
|---|---|
| EListError | Exception thrown when a list-related error occurs | 
See also
| Name | Description | 
|---|---|
| TFPSList.Capacity | Current capacity of the list | 
| TFPSList.Exchange | Exchange two items in the list | 
| TFPSList.Items | Items in the list |