API:System.Variants.EVariantArrayLockedError

From RAD Studio API Documentation

EVariantArrayLockedErrorSystem.SysUtils.EVariantErrorSystem.SysUtils.ExceptionSystem.TObject

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

EVariantError is the exception class for errors involving Variant data types. {{#multireplace:System.Variants.EVariantArrayLockedError|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:System.SysUtils.EVariantError|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:System.SysUtils.EVariantError|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

EVariantError is the exception class for errors involving Variant data types.

EVariantError is raised when a variant operation fails. EVariantError has a number of descendant classes which provide more specific information about the error.

See Also