Data.Bind.Components.TEvalEnumeratorToEditor.OnEvalError
| [–] Properties | |
|---|---|
| Type: event | |
| Visibility: public | |
| Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
| Unit: Data.Bind.Components | |
| Parent: TEvalEnumeratorToEditor | |
Delphi
property OnEvalError: TOnEvalErrorEvent read FOnEvalError;
C++
__property TOnEvalErrorEvent OnEvalError = {read=FOnEvalError};
Description
Occurs when the expression engine raises an exception.
The handler of OnEvalError receives a signle parameter, AException, which is the raised exception.