System.Variants.EVariantTypeCastError

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

System.SysUtils.EVariantErrorSystem.SysUtils.ExceptionSystem.TObjectEVariantTypeCastError

Delphi

EVariantTypeCastError = class(EVariantError);

C++

class PASCALIMPLEMENTATION EVariantTypeCastError : public System::Sysutils::EVariantError

プロパティ

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

説明

EVariantTypeCastError は,バリアント型にキャストする際に発生するエラーの例外クラスです。

EVariantTypeCastError は,変換後のバリアント型に値をキャストできなかったためにバリアント操作が失敗したときに生成されます。この例外をプログラム中で生成するには,VarCastError を呼び出します。

関連項目