API:Data.Bind.Components.TLinkControlToProperty.OnEvalError
| [–] Properties | |
|---|---|
| Type: event | |
| Visibility: published | |
| Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
| Unit: Data.Bind.Components | |
| Parent: TLinkControlToProperty | |
Delphi
property OnEvalError;
C++
__property OnEvalError;
Description
Event that occurs when an exception is raised while evaluating an expression, such as a conversion error.
Data.Bind.Components.TLinkControlToProperty.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.