System.Variants.EVariantNotImplError

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

System.SysUtils.EVariantErrorSystem.SysUtils.ExceptionSystem.TObjectEVariantNotImplError

Delphi

EVariantNotImplError = class(EVariantError);

C++

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

Eigenschaften

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

Beschreibung

EVariantNotImplError ist die Exception-Klasse für nicht implementierte Variantenoperationen.

EVariantNotImplError wird ausgelöst, wenn versucht wird, eine Operation mit einem Variantentyp auszuführen, der diese Operation nicht unterstützt.

Siehe auch