Afficher : Delphi C++
Préférences d'affichage

System.Variants.EVariantOutOfMemoryError

De XE2 API Documentation

System.SysUtils.EVariantErrorSystem.SysUtils.ExceptionSystem.TObject
EVariantOutOfMemoryError

Delphi

EVariantOutOfMemoryError = class(EVariantError);

C++

class PASCALIMPLEMENTATION EVariantOutOfMemoryError : public System::Sysutils::EVariantError

Propriétés

Type Visibilité  Source Unité  Parent
class public
System.Variants.pas
System.Variants.hpp
System.Variants System.Variants

Description

EVariantOutOfMemoryError est la classe des exceptions pour les opérations sur les variants qui ne peuvent pas allouer la mémoire nécessaire.

EVariantOutOfMemoryError est déclenchée quand une opération sur un variant échoue car l'allocation de la mémoire requise n'a pu être effectuée.

Voir aussi

Versions précédentes
Traductions