Data.Bind.Components.TBindCompEvalErrorEvent
[–] Properties | |
---|---|
Type: type typedef
| |
Visibility: public | |
Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
Unit: Data.Bind.Components | |
Parent: Data.Bind.Components |
Delphi
TBindCompEvalErrorEvent = procedure(Sender: TObject; AException: Exception) of object;
C++
typedef void __fastcall (__closure *TBindCompEvalErrorEvent)(System::TObject* Sender, System::Sysutils::Exception* AException);
Description
Procedural type used by all OnEvalError events.
Parameter | Description |
---|---|
Sender
|
The object that issues the event call. |
AException
|
Exception that is raised when this event is fired. |