System.Bindings.Outputs.TBindingOutput.OnEvalErrorEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnEvalErrorEvent: TBindingEvalErrorEvent read FEvalErrorEvent write FEvalErrorEvent;

C++

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

Properties

Type Visibility Source Unit Parent
event public
System.Bindings.Outputs.pas
System.Bindings.Outputs.hpp
System.Bindings.Outputs TBindingOutput

Description

Occurs when an error is detected while evaluating an expression.

OnEvalErrorEvent is an event that occurs when an error is detected while evaluating a binding expression.

See Also