[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Exception raised when an error occurs in lists handling.
Source position: classesh.inc line 138
type EListError = class(Exception) |
|
Exception raised when an error occurs in lists handling. |
|
| | ||
|
Base class of all exceptions. |
|
| | ||
TObject |
If an error occurs in one of the TList or TStrings methods, then a EListError exception is raised. This can occur in one of the following cases:
|
Class to manage collections of pointers. |
|
|
Class to manage arrays or collections of strings |