RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EVariantBadVarTypeError Class

EVariantBadVarTypeError is the exception class for variant type errors.

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

Variants

EVariantBadVarTypeError is raised when a variant operation fails because of a value that isn't a valid variant type. 

 

TVarData 

TVariantManager 

VarAsType 

TCustomVariantType

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