System.Variants.EVariantArrayLockedError

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.EVariantErrorSystem.SysUtils.ExceptionSystem.TObjectEVariantArrayLockedError

Delphi

EVariantArrayLockedError = class(EVariantError);

C++

class PASCALIMPLEMENTATION EVariantArrayLockedError : public System::Sysutils::EVariantError

Properties

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

Description

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

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

See Also