Data.DB.TFieldNotifyEvent

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

Delphi

TFieldNotifyEvent = procedure(Sender: TField) of object;

C++

typedef void __fastcall (__closure *TFieldNotifyEvent)(TField* Sender);

プロパティ

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

説明

TFieldNotifyEvent は、データセット フィールドにイベントの発生を通知します。

TFieldNotifyEvent メソッドは、データセット フィールドにイベントの発生を通知します。

Sender は、イベント ハンドラの通知先となるフィールドです。

関連項目