Data.Bind.ObjectScope.TAdapterNotifyEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TAdapterNotifyEvent = procedure(Adapter: TBindSourceAdapter) of object;

C++

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

Properties

Type Visibility Source Unit Parent
type
typedef
public
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Data.Bind.ObjectScope Data.Bind.ObjectScope

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