System.Variants.EVariantNotAnArrayError

De RAD Studio API Documentation
Aller à : navigation, rechercher

System.SysUtils.EVariantErrorSystem.SysUtils.ExceptionSystem.TObjectEVariantNotAnArrayError

Delphi

EVariantNotAnArrayError = class(EVariantError);

C++

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

EVariantNotAnArrayError est la classe des exceptions pour les opérations sur les tableaux de variants inappropriées.

EVariantNotAnArrayError est déclenchée quand une opération de tableau est tentée sur un variant qui ne contient pas de tableau.

Voir aussi