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

ESafeArrayLockedError is the exception class for errors that occur because a variant array is locked or fixed.

ESafeArrayLockedError is raised when an operation on a variant array fails because the array is locked or fixed.

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

See Also