Web.HTTPApp.TCustomContentProducer.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.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp TCustomContentProducer

説明

継承メソッドをオーバーライドして,ディスパッチャが破棄されるというメッセージに応答します。

Notification メソッドは継承メソッドを呼び出した後,この呼び出しの原因がディスパッチャの破棄にあるかどうかを調べます。ディスパッチャの破棄が原因の場合,Dispatcher プロパティは nil NULL に設定されます。

関連項目