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;

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

 

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