System.Variants.EVariantOutOfMemoryError

提供: RAD Studio API Documentation
移動先: 案内検索

System.SysUtils.EVariantErrorSystem.SysUtils.ExceptionSystem.TObjectEVariantOutOfMemoryError

Delphi

EVariantOutOfMemoryError = class(EVariantError);

C++

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

プロパティ

種類 可視性 ソース ユニット
class public
System.Variants.pas
System.Variants.hpp
System.Variants System.Variants

説明

EVariantOutOfMemoryError は,必要なメモリの割り当てができないことにより生成されるバリアント型処理の例外クラスです。

EVariantOutOfMemoryError は,必要なメモリの割り当てに失敗したためにバリアント型処理が失敗したときに生成されます。

関連項目