System.Variants.EVariantInvalidOpError

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

System.SysUtils.EVariantErrorSystem.SysUtils.ExceptionSystem.TObjectEVariantInvalidOpError

Delphi

EVariantInvalidOpError = class(EVariantError);

C++

class PASCALIMPLEMENTATION EVariantInvalidOpError : public System::Sysutils::EVariantError

Eigenschaften

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

Beschreibung

EVariantInvalidOpError ist die Exception-Klasse für ungültige Variantenoperationen.

EVariantInvalidOpError wird ausgelöst, wenn eine Variantenoperation fehlschlägt, weil die Operanden mit einer bestimmten Operation inkompatibel sind. Soll diese Exception programmgesteuert aufgerufen werden, rufen Sie VarInvalidOp auf.

Siehe auch