System.Bindings.Expression.TBindingExpression.SetEvalErrorEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetEvalErrorEvent(EvalErrorEvent: TBindingEvalErrorEvent);

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Bindings.Expression.pas
System.Bindings.Expression.hpp
System.Bindings.Expression TBindingExpression

Description

Setter implementation for OnEvalErrorEvent.

The SetEvalErrorEvent method is the protected setter implementation for OnEvalErrorEvent.

See Also