System.Variants.EVariantNotAnArrayError

提供:RAD Studio API Documentation

EVariantNotAnArrayErrorSystem.SysUtils.EVariantErrorSystem.SysUtils.ExceptionSystem.TObject

Delphi

EVariantNotAnArrayError = class(EVariantError);

C++

class PASCALIMPLEMENTATION EVariantNotAnArrayError : public System::Sysutils::EVariantError

プロパティ

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

説明

EVariantNotAnArrayError は,配列を格納していないバリアント型変数に対応する例外です。

配列を格納していないバリアント型変数に対して処理が試行されたときに EVariantNotAnArrayError が生成されます。

関連項目