System.Bindings.Expression.TBindingExpression.OnEvalErrorEvent

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnEvalErrorEvent: TBindingEvalErrorEvent read FEvalErrorEvent write SetEvalErrorEvent;

C++

__property System::Bindings::Outputs::TBindingEvalErrorEvent OnEvalErrorEvent = {read=FEvalErrorEvent, write=SetEvalErrorEvent};

Propriétés

Type Visibilité  Source Unité  Parent
event public
System.Bindings.Expression.pas
System.Bindings.Expression.hpp
System.Bindings.Expression TBindingExpression

Description

Se produit à chaque fois qu'une erreur d'évaluation survient.

L'événement OnEvalErrorEvent est appelé à chaque fois qu'une erreur d'évaluation survient.

Voir aussi