Data.DB.TFieldNotifyEvent

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

C++

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

プロパティ

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

説明

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

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

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

関連項目