RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EVariantUnexpectedError Class

EVariantUnexpectedError is the exception class for unexpected variant errors.

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

Variants

EVariantUnexpectedError is raised when a variant operation generates an unexpected error. 

 

TVarData 

TVariantManager 

TCustomVariantType

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