System.Bindings.Methods.EBindConverterError

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

System.SysUtils.ExceptionSystem.TObjectEBindConverterError

Delphi

EBindConverterError = class(Exception);

C++

class PASCALIMPLEMENTATION EBindConverterError : public System::Sysutils::Exception

プロパティ

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

説明

バインディング式出力のコンバータを管理および使用する際に発生するエラーの例外クラスです。


EBindConverterError は、バインディング式出力のコンバータを管理および使用する際に発生するエラーの例外クラスです。

たとえば、式の結果が Integer 型で出力が string 型の場合は、コンバータがバインディング式の値を Integer 型から string 型に自動的に変換しようとします。

関連項目