API:System.Variants.EVariantRangeCheckError

De RAD Studio API Documentation
Aller à : navigation, rechercher

System.Variants.EVariantOverflowErrorSystem.SysUtils.EVariantErrorSystem.SysUtils.ExceptionSystem.TObjectEVariantRangeCheckError

Delphi

EVariantRangeCheckError = class(EVariantOverflowError);

C++

class PASCALIMPLEMENTATION EVariantRangeCheckError : public EVariantOverflowError

Propriétés

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

Description

EVariantOverflowError est la classe des exceptions pour les débordements dans une opération sur un variant.

System.Variants.EVariantRangeCheckError hérite de System.Variants.EVariantOverflowError. Tout le contenu en-dessous de cette ligne se réfère à System.Variants.EVariantOverflowError.

EVariantOverflowError est la classe des exceptions pour les débordements dans une opération sur un variant.

EVariantOverflowError est déclenchée quand une opération sur un variant échoue car le résultat est trop grand. Pour déclencher cette exception par programme, appelez VarOverflowError.

Voir aussi