API:Data.Bind.Components.TLinkControlToProperty.OnEvalError

Aus RAD Studio API Documentation

Delphi

property OnEvalError: TBindCompEvalErrorEvent read GetOnEvalError write SetOnEvalError;

C++

__property OnEvalError;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
event published
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TLinkControlToProperty

Beschreibung

Ereignis, das ausgelöst wird, wenn eine Exception beim Auswerten eines Ausdrucks aufgetreten ist (z.B. ein Konvertierungsfehler). {{#multireplace:Data.Bind.Components.TLinkControlToProperty.OnEvalError|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} erbt von {{#multireplace:Data.Bind.Components.TBindComponentDelegate.OnEvalError|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. Der folgende Inhalt bezieht sich auf {{#multireplace:Data.Bind.Components.TBindComponentDelegate.OnEvalError|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Ereignis, das ausgelöst wird, wenn eine Exception beim Auswerten eines Ausdrucks aufgetreten ist (z.B. ein Konvertierungsfehler). Ereignisbehandlungsroutinen können einbezogen werden und eine andere Exception auslösen.

Siehe auch