System.Variants.EVariantArrayCreateError

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.EVariantErrorSystem.SysUtils.ExceptionSystem.TObjectEVariantArrayCreateError

Delphi

EVariantArrayCreateError = class(EVariantError);

C++

class PASCALIMPLEMENTATION EVariantArrayCreateError : public System::Sysutils::EVariantError

Properties

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

Description

EVariantArrayCreateError is the exception class for failure to create or resize a variant array.

EVariantArrayCreateError is raised when an attempt to create or resize a variant array fails. To raise this exception programmatically, call VarArrayCreateError

See Also