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

EVariantNotImplError is the exception class for unimplemented variant operations.

EVariantNotImplError is raised when an operation is attempted on a variant type that does not implement that operation.

See Also