Data.Bind.Components.TBindCompEvalErrorEvent

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TBindCompEvalErrorEvent = procedure(Sender: TObject; AException: Exception) of object;

C++

typedef void __fastcall (__closure *TBindCompEvalErrorEvent)(System::TObject* Sender, System::Sysutils::Exception* AException);

Propriétés

Type Visibilité  Source Unité  Parent
type
typedef
public
Data.Bind.Components.pas
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é.

Voir aussi