RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EVariantNotAnArrayError Class

EVariantNotAnArrayError is the exception class inappropriate variant array operations.

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

Variants

EVariantNotAnArrayError is raised when an array operation is attempted on a variant that does not contain an array. 

 

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