Data.Bind.Components.TEvalEnumeratorToEditor.TOnEvalErrorEvent

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
type
typedef
Visibility: public
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: TEvalEnumeratorToEditor

Delphi

TOnEvalErrorEvent = procedure(AException: Exception) of object;

C++

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

Description

Type of event handler for TEvalEnumeratorToEditor.OnEvalError.