System.VarUtils.ESafeArrayBoundsError

De RAD Studio API Documentation
Aller à : navigation, rechercher

System.VarUtils.ESafeArrayErrorSystem.SysUtils.ExceptionSystem.TObjectESafeArrayBoundsError

Delphi

ESafeArrayBoundsError = class(ESafeArrayError);

C++

class PASCALIMPLEMENTATION ESafeArrayBoundsError : public ESafeArrayError

Propriétés

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

Description

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

ESafeArrayBoundsError est déclenchée quand une opération sur un tableau variant échoue car une valeur d'index est hors limites.

Pour déclencher cette exception par programme, appelez SafeArrayError avec l'argument VAR_BADINDEX.

Voir aussi