System.Bindings.Expression.TBindingExpression.OnEvalErrorEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnEvalErrorEvent: TBindingEvalErrorEvent read FEvalErrorEvent write SetEvalErrorEvent;

C++

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

Properties

Type Visibility Source Unit Parent
event public
System.Bindings.Expression.pas
System.Bindings.Expression.hpp
System.Bindings.Expression TBindingExpression

Description

Occurs whenever an evaluation error appears.

The OnEvalErrorEvent event is called whenever an evaluation error occurs.

See Also