EQDBOutOfBounds type
Unit
QDB
Declaration
EQDBOutOfBounds = class(
EQDBIndexError
);
Description
Attempting to move
ItemIndex
outside the range 0..
Count
-1 raises this exception or the corresponding
warning
event (if a handler for it has been assigned).