Data.Bind.Components.TBindCompEvalErrorEvent

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

C++

typedef void __fastcall (__closure *TBindCompEvalErrorEvent)(System::TObject* Sender, System::Sysutils::Exception* AException);

プロパティ

種類 可視性 ソース ユニット
typedef public Data.Bind.Components.hpp Data.Bind.Components Data.Bind.Components


説明

すべての OnEvalError イベントによって使用される手続き型。

パラメータ 説明
Sender イベント呼び出しを行ったオブジェクトです。
AException このイベントが発生したときに引き起こされる例外です。

関連項目