RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EVariantBadIndexError Class

EVariantBadIndexError is the exception class for errors that occur because a variant array index is out of bounds.

Pascal
EVariantBadIndexError = class(EVariantError);
C++
class EVariantBadIndexError : public EVariantError;

EVariantBadIndexError is raised when an operation on a variant array fails because an index value is out of bounds. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!