System.Bindings.Outputs.TBindingOutput.OnEvalErrorEvent
Delphi
property OnEvalErrorEvent: TBindingEvalErrorEvent read FEvalErrorEvent write FEvalErrorEvent;
C++
__property TBindingEvalErrorEvent OnEvalErrorEvent = {read=FEvalErrorEvent, write=FEvalErrorEvent};
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
event | public | System.Bindings.Outputs.pas System.Bindings.Outputs.hpp |
System.Bindings.Outputs | TBindingOutput |
Description
Survient quand une erreur est détectée lors de l'évaluation d'une expression.
OnEvalErrorEvent est un événement qui survient quand une erreur est détectée lors de l'évaluation d'une expression de liaison.