Data.Bind.Components.TBindCompEvalErrorEvent
C++
typedef void __fastcall (__closure *TBindCompEvalErrorEvent)(System::TObject* Sender, System::Sysutils::Exception* AException);
Propriétés
| Type | Visibilité | Source | Unité | Parent | 
|---|---|---|---|---|
| typedef | public | Data.Bind.Components.hpp | Data.Bind.Components | Data.Bind.Components | 
Description
Type procédural utilisé par tous les événements OnEvalError.
| Paramètre | Description | 
|---|---|
| Sender | L'objet qui émet l'appel de l'événement. | 
| AException | Exception déclenchée quand cet événement est déclenché. |