System.Variants.EVariantOverflowError

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

System.SysUtils.EVariantErrorSystem.SysUtils.ExceptionSystem.TObjectEVariantOverflowError

Delphi

EVariantOverflowError = class(EVariantError);

C++

class PASCALIMPLEMENTATION EVariantOverflowError : public System::Sysutils::EVariantError

Eigenschaften

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

Beschreibung

EVariantOverflowError ist die Exception-Klasse für Überlauffehler in einer Variantenoperation.

EVariantOverflowError wird ausgelöst, wenn eine Variantenoperation fehlschlägt, weil das Ergebnis zu groß war. Mit VarOverflowError kann diese Exception programmgesteuert ausgelöst werden.

Siehe auch