Fmx.Bind.DBLinks.TBindDBEditLink.OnEvalError
Delphi
property OnEvalError: TBindCompEvalErrorEvent read GetOnEvalError write SetOnEvalError;
C++
__property OnEvalError;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | published | Fmx.Bind.DBLinks.pas Fmx.Bind.DBLinks.hpp |
Fmx.Bind.DBLinks | TBindDBEditLink |
Description
Event that occurs when an exception is raised while evaluating an expression, such as a conversion error.
Fmx.Bind.DBLinks.TBindDBEditLink.OnEvalError inherits from Data.Bind.Components.TBindComponentDelegate.OnEvalError. All content below this line refers to Data.Bind.Components.TBindComponentDelegate.OnEvalError.
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.