System.VarUtils.ESafeArrayCreateError

From RAD Studio API Documentation
Jump to: navigation, search

System.VarUtils.ESafeArrayErrorSystem.SysUtils.ExceptionSystem.TObjectESafeArrayCreateError

Delphi

ESafeArrayCreateError = class(ESafeArrayError);

C++

class PASCALIMPLEMENTATION ESafeArrayCreateError : public ESafeArrayError

Properties

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

Description

ESafeArrayCreateError is the exception class for failing to create a variant array.

ESafeArrayCreateError is raised when an attempt to create a variant array fails.

See Also