Data.Bind.Components.TEvalEnumerator.OnEvalError
[–] Properties | |
---|---|
Type: event | |
Visibility: public | |
Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
Unit: Data.Bind.Components | |
Parent: TEvalEnumerator |
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.