System.Variants.EVariantOutOfMemoryError

De RAD Studio API Documentation
Aller à : navigation, rechercher

System.SysUtils.EVariantErrorSystem.SysUtils.ExceptionSystem.TObjectEVariantOutOfMemoryError

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