API:Data.Bind.Components.TBindExprItems.OnEvalError
Delphi
property OnEvalError: TBindCompEvalErrorEvent read FOnEvalError write SetOnEvalError;
C++
__property OnEvalError;
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
event | published | Data.Bind.Components.pas Data.Bind.Components.hpp |
Data.Bind.Components | TBindExprItems |
説明
バインディング式の評価中にエラーが発生した際に発生するイベント。
Data.Bind.Components.TBindExprItems.OnEvalError は Data.Bind.Components.TCommonBindComponent.OnEvalError を継承しています。以下の内容はすべて Data.Bind.Components.TCommonBindComponent.OnEvalError を参照しています。
バインディング式の評価中にエラーが発生した際に発生するイベント。