Data.Bind.Components.TCommonBindComponent.OnEvalError
[–] Properties | |
---|---|
Type: event | |
Visibility: public | |
Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
Unit: Data.Bind.Components | |
Parent: TCommonBindComponent |
Delphi
property OnEvalError: TBindCompEvalErrorEvent read FOnEvalError write SetOnEvalError;
C++
__property TBindCompEvalErrorEvent OnEvalError = {read=FOnEvalError, write=SetOnEvalError};
Description
Event that occurs when there are errors while evaluating the binding expressions.