RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EArrayError Class

EArrayError is the exception class for failures that occur when manipulating a descendant of TBaseArray.

Pascal
EArrayError = class(Exception);
C++
class EArrayError : public Exception;

Mxarrays

EArrayError is raised when an application tries to 

Use an invalid index when accessing the elements of an array. 

Add too many elements into a fixed-capacity array. 

Insert an element into a sorted array. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!