System.Variants.EVariantArrayLockedError

From RAD Studio API Documentation
Revision as of 23:24, 16 October 2011 by PyBot (talk | contribs) (Scoping Libraries)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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