System.Bindings.Expression.TBindingExpression.SetEvalErrorEvent

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

Delphi

procedure SetEvalErrorEvent(EvalErrorEvent: TBindingEvalErrorEvent);

C++

void __fastcall SetEvalErrorEvent(System::Bindings::Outputs::TBindingEvalErrorEvent EvalErrorEvent);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
System.Bindings.Expression.pas
System.Bindings.Expression.hpp
System.Bindings.Expression TBindingExpression

説明

OnEvalErrorEvent を操作するための設定メソッドの実装です。

SetEvalErrorEvent メソッドは、OnEvalErrorEvent を操作するための protected 設定メソッドの実装です。

関連項目