Web.DBWeb.TDSTableProducer.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
Web.DBWeb.pas
Web.DBWeb.hpp
Web.DBWeb TDSTableProducer

説明

TDSTableProducer のヘルパーオブジェクトが破棄されたときに,TDSTableProducer のプロパティを調整します。

Notification メソッドは継承メソッドをオーバーライドして,DataSource や項目オブジェクトが破棄されるというメッセージに応答します。Notification は,DataSource プロパティを nil(Delphi)または NULL(C++)に設定します。または,項目コンポーネントを参照する列をアンバインドします。

関連項目