Web.HTTPApp.TCustomWebDispatcher.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 TCustomWebDispatcher

説明

オブジェクトがモジュールに追加されたときの通知に対してレスポンスします。

Notification は,TCustomContentProducer オブジェクトがアプリケーションに追加されるときに Dispatcher プロパティを設定することで,すべての TCustomContentProducer オブジェクトがディスパッチャにアクセスできることを保証します。

関連項目