RAD Studio VCL Reference
|
EVariantInvalidOpError is the exception class for invalid variant operations.
EVariantInvalidOpError = class(EVariantError);
class EVariantInvalidOpError : public EVariantError;
EVariantInvalidOpError is raised when a variant operation fails because the operands are incompatible with the specific operation. To raise this exception programmatically, call VarInvalidOp.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|