System.Variants.EVariantBadIndexError

De RAD Studio API Documentation
Aller à : navigation, rechercher

System.SysUtils.EVariantErrorSystem.SysUtils.ExceptionSystem.TObjectEVariantBadIndexError

Delphi

EVariantBadIndexError = class(EVariantError);

C++

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

EVariantBadIndexError est la classe des exceptions pour les erreurs se produisant à cause d'un indice de tableau variant hors limites.

EVariantBadIndexError est déclenchée quand une opération sur un tableau variant échoue car une valeur d'indice est en dehors des limites.

Voir aussi