Data.Bind.Components.TBindComponentDelegate.OnEvalError

提供:RAD Studio API Documentation

Delphi

property OnEvalError: TBindCompEvalErrorEvent read GetOnEvalError write SetOnEvalError;

C++

__property TBindCompEvalErrorEvent OnEvalError = {read=GetOnEvalError, write=SetOnEvalError};

プロパティ

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

説明

式の評価中に変換エラーなどの例外が生成されたときに発生するイベントです。


イベント ハンドラが仲介して、別の例外を発生させることができます。

関連項目