System.Variants.EVariantNotAnArrayError

From RAD Studio API Documentation

EVariantNotAnArrayErrorSystem.SysUtils.EVariantErrorSystem.SysUtils.ExceptionSystem.TObject

Delphi

EVariantNotAnArrayError = class(EVariantError);

C++

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

Properties

Type Visibility Source Unit Parent
class public
System.Variants.pas
System.Variants.hpp
System.Variants System.Variants

Description

EVariantNotAnArrayError is the exception class inappropriate variant array operations.

EVariantNotAnArrayError is raised when an array operation is attempted on a variant that does not contain an array.

See Also