Data.Bind.ObjectScope.TAdapterNotifyEvent

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
type
typedef
Visibility: public
Source:
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Unit: Data.Bind.ObjectScope
Parent: Data.Bind.ObjectScope

Delphi

TAdapterNotifyEvent = procedure(Adapter: TBindSourceAdapter) of object;

C++

typedef void __fastcall (__closure *TAdapterNotifyEvent)(TBindSourceAdapter* Adapter);

Description

TAdapterNotifyEvent notifies the TBindSourceAdapter that an event has occurred.

The TAdapterNotifyEvent method notifies the TBindSourceAdapter that an event has occurred. TAdapterNotifyEvent is used by most events that occur on various adapters.

The Adapter parameter specifies the adapter that receives the notification.

See Also