System.Variants.EVariantNotImplError
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.