System.Variants.EVariantBadIndexError

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.EVariantErrorSystem.SysUtils.ExceptionSystem.TObjectEVariantBadIndexError

Delphi

EVariantBadIndexError = class(EVariantError);

C++

class PASCALIMPLEMENTATION EVariantBadIndexError : public System::Sysutils::EVariantError

Properties

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

Description

EVariantBadIndexError is the exception class for errors that occur because a variant array index is out of bounds.

EVariantBadIndexError is raised when an operation on a variant array fails because an index value is out of bounds.

See Also