System.Variants.EVariantBadVarTypeError

De RAD Studio API Documentation
Aller à : navigation, rechercher

System.SysUtils.EVariantErrorSystem.SysUtils.ExceptionSystem.TObjectEVariantBadVarTypeError

Delphi

EVariantBadVarTypeError = class(EVariantError);

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
class public
System.Variants.pas
System.Variants.hpp
System.Variants System.Variants

Description

EVariantBadVarTypeError est la classe des exceptions pour les erreurs de type variant.

EVariantBadVarTypeError est déclenchée quand une opération sur un variant échoue car une valeur ne correspond pas à un type de variant valide.

Voir aussi