Data.Bind.Components.TCommonBindComponent.OnEvalError

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnEvalError: TBindCompEvalErrorEvent read FOnEvalError write SetOnEvalError;

C++

__property TBindCompEvalErrorEvent OnEvalError = {read=FOnEvalError, write=SetOnEvalError};

Properties

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

Description

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

See Also