System.Bindings.Outputs.TBindingOutput.OnEvalErrorEvent

提供:RAD Studio API Documentation

Delphi

property OnEvalErrorEvent: TBindingEvalErrorEvent read FEvalErrorEvent write FEvalErrorEvent;

C++

__property TBindingEvalErrorEvent OnEvalErrorEvent = {read=FEvalErrorEvent, write=FEvalErrorEvent};

プロパティ

種類 可視性 ソース ユニット
event public
System.Bindings.Outputs.pas
System.Bindings.Outputs.hpp
System.Bindings.Outputs TBindingOutput

説明

式の評価中にエラーが検知された場合に発生します。

OnEvalErrorEvent は、バインディング式の評価中にエラーが検知された場合に、発生するイベントです。

関連項目