Vcl.DBCtrls.TDBEdit.Notification

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

Delphi

procedure Notification(AComponent: TComponent;  Operation: TOperation); override;

C++

virtual void __fastcall Notification(System::Classes::TComponent* AComponent, System::Classes::TOperation Operation);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Vcl.DBCtrls.pas
Vcl.DBCtrls.hpp
Vcl.DBCtrls TDBEdit

説明

DataSource についての opRemove 通知に応答するために,継承されたメソッドをオーバーライドします。

継承されたメソッドの呼び出し後,Notification メソッドは,通知が DataSource の削除を示すかどうかを調べます。このような場合,Notification は DataSource プロパティを nil (Delphi) または NULL (C++) に設定します。

派生クラスは追加の通知を処理するために Notification メソッドをオーバーライドできますが,継承されたメソッドは必ず呼び出さなければなりません。

メモ:  Notification はプロテクトメソッドです。アプリケーションは直接このメソッドを呼び出せません。

関連項目