System.VarUtils.ESafeArrayBoundsError

From RAD Studio API Documentation
Jump to: navigation, search

System.VarUtils.ESafeArrayErrorSystem.SysUtils.ExceptionSystem.TObjectESafeArrayBoundsError

Delphi

ESafeArrayBoundsError = class(ESafeArrayError);

C++

class PASCALIMPLEMENTATION ESafeArrayBoundsError : public ESafeArrayError

Properties

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

Description

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

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

To raise this exception programmatically, call SafeArrayError with the argument VAR_BADINDEX.

See Also