Data.Bind.Components.TEvalEnumeratorToEditor.TOnEvalErrorEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TOnEvalErrorEvent = procedure(AException: Exception) of object;

C++

typedef void __fastcall (__closure *TOnEvalErrorEvent)(System::Sysutils::Exception* AException);

Properties

Type Visibility Source Unit Parent
type
typedef
public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TEvalEnumeratorToEditor

Description

Type of event handler for TEvalEnumeratorToEditor.OnEvalError.