System.Bindings.Expression.TBindingExpression.SetEvalErrorEvent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure SetEvalErrorEvent(EvalErrorEvent: TBindingEvalErrorEvent);

C++

void __fastcall SetEvalErrorEvent(System::Bindings::Outputs::TBindingEvalErrorEvent EvalErrorEvent);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
System.Bindings.Expression.pas
System.Bindings.Expression.hpp
System.Bindings.Expression TBindingExpression

Beschreibung

Setter-Implementierung für OnEvalErrorEvent.

Die Methode SetEvalErrorEvent ist die als protected deklarierte Setter-Implementierung für OnEvalErrorEvent.

Siehe auch