Data.Bind.Components.TCommonBindComponent.OnEvalError

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnEvalError: TBindCompEvalErrorEvent read FOnEvalError write SetOnEvalError;

C++

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

Propriétés

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


Description

Evénement se produisant en cas d'erreur lors de l'évaluation des expressions de liaison.

Voir aussi