API:System.Variants.EVariantNotImplError

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.EVariantErrorSystem.SysUtils.ExceptionSystem.TObjectEVariantNotImplError

Delphi

EVariantNotImplError = class(EVariantError);

C++

class PASCALIMPLEMENTATION EVariantNotImplError : 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.

System.Variants.EVariantNotImplError inherits from System.SysUtils.EVariantError. All content below this line refers to System.SysUtils.EVariantError.

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