Data.Bind.Components.TBindControlValue.OnEvalError

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnEvalError: TBindCompEvalErrorEvent read FOnEvalError write SetOnEvalError;

C++

__property OnEvalError;

Properties

Type Visibility Source Unit Parent
event published
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TBindControlValue

Description

Event that occurs when there are errors while evaluating the binding expressions.

Data.Bind.Components.TBindControlValue.OnEvalError inherits from Data.Bind.Components.TCommonBindComponent.OnEvalError. All content below this line refers to Data.Bind.Components.TCommonBindComponent.OnEvalError.

Event that occurs when there are errors while evaluating the binding expressions.

See Also