Data.Bind.Components.TEvalEnumeratorToEditor.TOnEvalErrorEvent
[–] 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.