Data.Bind.Components.TBindComponentDelegate.OnEvalError

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnEvalError: TBindCompEvalErrorEvent read GetOnEvalError write SetOnEvalError;

C++

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

Propriétés

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

Description

Evénement se produisant lorsqu'une exception est déclenchée pendant l'évaluation d'une expression, telle qu'une erreur de conversion. Les gestionnaires d'événements peuvent intervenir et déclencher une autre exception.

Voir aussi