API:System.VarUtils.ESafeArrayLockedError

From RAD Studio API Documentation
Jump to: navigation, search

System.VarUtils.ESafeArrayErrorSystem.SysUtils.ExceptionSystem.TObjectESafeArrayLockedError

Delphi

ESafeArrayLockedError = class(ESafeArrayError);

C++

class PASCALIMPLEMENTATION ESafeArrayLockedError : public ESafeArrayError

Properties

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

Description

ESafeArrayError is the exception class for errors involving variant arrays.

System.VarUtils.ESafeArrayLockedError inherits from System.VarUtils.ESafeArrayError. All content below this line refers to System.VarUtils.ESafeArrayError.

ESafeArrayError is the exception class for errors involving variant arrays.

ESafeArrayError is raised when a variant array operation fails.

ESafeArrayError has a number of descendant classes that provide more specific information about the error, namely ESafeArrayBoundsError, ESafeArrayCreateError, and ESafeArrayLockedError.

See Also