System.Variants.EVariantNotImplError

De RAD Studio API Documentation
Aller à : navigation, rechercher

System.SysUtils.EVariantErrorSystem.SysUtils.ExceptionSystem.TObjectEVariantNotImplError

Delphi

EVariantNotImplError = class(EVariantError);

C++

class PASCALIMPLEMENTATION EVariantNotImplError : public System::Sysutils::EVariantError

Propriétés

Type Visibilité  Source Unité  Parent
class public
System.Variants.pas
System.Variants.hpp
System.Variants System.Variants

Description

EVariantNotImplError est la classe des exceptions pour les opérations sur les variants non implémentées.

EVariantNotImplError est déclenchée quand une opération est tentée sur un type de variant qui n'implémente pas cette opération.

Voir aussi