Data.Bind.ObjectScope.TAdapterNotifyEvent
Delphi
TAdapterNotifyEvent = procedure(Adapter: TBindSourceAdapter) of object;
C++
typedef void __fastcall (__closure *TAdapterNotifyEvent)(TBindSourceAdapter* Adapter);
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
type typedef |
public | Data.Bind.ObjectScope.pas Data.Bind.ObjectScope.hpp |
Data.Bind.ObjectScope | Data.Bind.ObjectScope |
Description
TAdapterNotifyEvent notifie TBindSourceAdapter qu'un événement s'est produit.
La méthode TAdapterNotifyEvent notifie TBindSourceAdapter qu'un événement s'est produit. TAdapterNotifyEvent est utilisé par la plupart des événements qui se produisent sur divers adaptateurs.
Le paramètre Adapter
spécifie l'adaptateur qui reçoit la notification.