RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EVariantNotImplError Class

EVariantNotImplError is the exception class for unimplemented variant operations.

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

Variants

EVariantNotImplError is raised when an operation is attempted on a variant type that does not implement that operation. 

 

TVarData 

TVariantManager 

TCustomVariantType

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