Data.Bind.ObjectScope.TAdapterNotifyEvent

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

TAdapterNotifyEvent = procedure(Adapter: TBindSourceAdapter) of object;

C++

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

プロパティ

種類 可視性 ソース ユニット
type
typedef
public
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Data.Bind.ObjectScope Data.Bind.ObjectScope


説明

TAdapterNotifyEvent は、イベントが発生した TBindSourceAdapter を通知します。

TAdapterNotifyEvent メソッドは、イベントが発生した TBindSourceAdapter を通知します。 TAdapterNotifyEvent は、さまざまなアダプタ上で発生する、ほとんどのイベントによって使用されます。

Adapter パラメータは、通知を受け取るアダプタを示します。

関連項目