Afficher : Delphi C++
Préférences d'affichage

System.Variants.EVariantBadIndexError

De XE2 API Documentation

System.SysUtils.EVariantErrorSystem.SysUtils.ExceptionSystem.TObject
EVariantBadIndexError

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

Versions précédentes
Traductions