System.Variants.EVariantInvalidOpError

Delphi
EVariantInvalidOpError = class(EVariantError);
C++
class PASCALIMPLEMENTATION EVariantInvalidOpError : public System::Sysutils::EVariantError
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| class | public | System.Variants.pas System.Variants.hpp | System.Variants | System.Variants | 
Description
EVariantInvalidOpError is the exception class for invalid variant operations.
EVariantInvalidOpError is raised when a variant operation fails because the operands are incompatible with the specific operation. To raise this exception programmatically, call VarInvalidOp.