System.Bindings.Expression.TBindingExpression.OnEvalErrorEvent

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

Delphi

property OnEvalErrorEvent: TBindingEvalErrorEvent read FEvalErrorEvent write SetEvalErrorEvent;

C++

__property System::Bindings::Outputs::TBindingEvalErrorEvent OnEvalErrorEvent = {read=FEvalErrorEvent, write=SetEvalErrorEvent};

プロパティ

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

説明

評価エラーが起こった際に、発生します。

OnEvalErrorEvent イベントは、評価エラーが起こった際に呼び出されます。

関連項目