Data.Bind.Components.TBindComponentDelegate.OnEvalError
[–] Properties | |
---|---|
Type: event | |
Visibility: public | |
Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
Unit: Data.Bind.Components | |
Parent: TBindComponentDelegate |
Delphi
property OnEvalError: TBindCompEvalErrorEvent read GetOnEvalError write SetOnEvalError;
C++
__property TBindCompEvalErrorEvent OnEvalError = {read=GetOnEvalError, write=SetOnEvalError};
Description
Event that occurs when an exception is raised while evaluating an expression, such as a conversion error. Event handlers can intercede and raise a different exception.