System.Variants.EVariantBadVarTypeError

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.EVariantErrorSystem.SysUtils.ExceptionSystem.TObjectEVariantBadVarTypeError

Delphi

EVariantBadVarTypeError = class(EVariantError);

C++

class PASCALIMPLEMENTATION EVariantBadVarTypeError : public System::Sysutils::EVariantError

Properties

Type Visibility Source Unit Parent
class public
System.Variants.pas
System.Variants.hpp
System.Variants System.Variants

Description

EVariantBadVarTypeError is the exception class for variant type errors.

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

See Also