System.Variants.EVariantNotAnArrayError

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

System.SysUtils.EVariantErrorSystem.SysUtils.ExceptionSystem.TObjectEVariantNotAnArrayError

Delphi

EVariantNotAnArrayError = class(EVariantError);

C++

class PASCALIMPLEMENTATION EVariantNotAnArrayError : public System::Sysutils::EVariantError

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
System.Variants.pas
System.Variants.hpp
System.Variants System.Variants

Beschreibung

EVariantNotAnArrayError ist die Exception-Klasse für fehlerhafte Operationen mit Arrays von Varianten.

EVariantNotAnArrayError wird ausgelöst, wenn eine Array-Operation mit einer Variante versucht wird, die kein Array enthält.

Siehe auch