System.Variants.EVariantDispatchError

De RAD Studio API Documentation
Aller à : navigation, rechercher

System.SysUtils.EVariantErrorSystem.SysUtils.ExceptionSystem.TObjectEVariantDispatchError

Delphi

EVariantDispatchError = class(EVariantError);

C++

class PASCALIMPLEMENTATION EVariantDispatchError : 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

EVariantDispatchError est la classe des exceptions pour les tentatives de répartition en échec.

EVariantDispatchError est déclenchée quand un type de variant n'est pas capable de répartir un appel de méthode. N'instanciez pas directement EVariantDispatchError. Appelez plutôt la méthode RaiseDispError de TCustomVariant.

Voir aussi