API: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

EVariantError is the exception class for errors involving Variant data types.

System.Variants.EVariantBadVarTypeError inherits from System.SysUtils.EVariantError. All content below this line refers to System.SysUtils.EVariantError.

EVariantError is the exception class for errors involving Variant data types.

EVariantError is raised when a variant operation fails. EVariantError has a number of descendant classes which provide more specific information about the error.

See Also