System.Variants.EVariantNotImplError

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

System.SysUtils.EVariantErrorSystem.SysUtils.ExceptionSystem.TObjectEVariantNotImplError

Delphi

EVariantNotImplError = class(EVariantError);

C++

class PASCALIMPLEMENTATION EVariantNotImplError : public System::Sysutils::EVariantError

プロパティ

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

説明

EVariantNotImplError は,バリアント型の変数に対して実装されていない処理を行った場合の例外クラスです。

EVariantNotImplError は,バリアント型の変数に対して,実装されていない操作を試行したときに生成されます。

関連項目