System.Variants.EVariantOverflowError

De RAD Studio API Documentation
Aller à : navigation, rechercher

System.SysUtils.EVariantErrorSystem.SysUtils.ExceptionSystem.TObjectEVariantOverflowError

Delphi

EVariantOverflowError = class(EVariantError);

C++

class PASCALIMPLEMENTATION EVariantOverflowError : 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

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