Datasnap.DSHTTPServiceProxyDispatcher.TDSHTTPServiceProxyDispatcher.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
Datasnap.DSHTTPServiceProxyDispatcher.pas
Datasnap.DSHTTPServiceProxyDispatcher.hpp
Datasnap.DSHTTPServiceProxyDispatcher TDSHTTPServiceProxyDispatcher

説明

コンポーネントが削除されようとしていることを伝える通知に応答します。 Datasnap.DSHTTPServiceProxyDispatcher.TDSHTTPServiceProxyDispatcher.Notification は Datasnap.DSHTTP.TDSHTTPServiceComponent.Notification を継承しています。以下の内容はすべて Datasnap.DSHTTP.TDSHTTPServiceComponent.Notification を参照しています。

コンポーネントが削除されようとしていることを伝える通知に応答します。

Notification メソッドは、コンポーネントがアプリケーションから削除される際に、自動的に呼び出されます。