System.Variants.EVariantNotAnArrayError

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.EVariantErrorSystem.SysUtils.ExceptionSystem.TObjectEVariantNotAnArrayError

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