Data.Bind.Components.TEvalEnumeratorToEditor.OnEvalError

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnEvalError: TOnEvalErrorEvent read FOnEvalError;

C++

__property TOnEvalErrorEvent OnEvalError = {read=FOnEvalError};

Properties

Type Visibility Source Unit Parent
event public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TEvalEnumeratorToEditor

Description

Occurs when the expression engine raises an exception.

The handler of OnEvalError receives a signle parameter, AException, which is the raised exception.

See Also