System.Variants.EVariantOutOfMemoryError
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 は,必要なメモリの割り当てに失敗したためにバリアント型処理が失敗したときに生成されます。