Data.Bind.Components.TBindExpression.OnEvalError

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

Delphi

property OnEvalError: TBindCompEvalErrorEvent read FOnEvalError write SetOnEvalError;

C++

__property OnEvalError;

プロパティ

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

説明

バインディング式の評価中にエラーが発生した際に発生するイベント。

Data.Bind.Components.TBindExpression.OnEvalError は Data.Bind.Components.TCommonBindComponent.OnEvalError を継承しています。以下の内容はすべて Data.Bind.Components.TCommonBindComponent.OnEvalError を参照しています。

バインディング式の評価中にエラーが発生した際に発生するイベント。

関連項目