System.Variants.EVariantBadVarTypeError

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

System.SysUtils.EVariantErrorSystem.SysUtils.ExceptionSystem.TObjectEVariantBadVarTypeError

Delphi

EVariantBadVarTypeError = class(EVariantError);

C++

class PASCALIMPLEMENTATION EVariantBadVarTypeError : public System::Sysutils::EVariantError

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
System.Variants.pas
System.Variants.hpp
System.Variants System.Variants

Beschreibung

EVariantBadVarTypeError ist die Exception-Klasse für Variantentypfehler.

EVariantBadVarTypeError wird ausgelöst, wenn eine Variantenoperation fehlschlägt, weil einer der beteiligten Werte kein gültiger Variantentyp war.

Siehe auch