API:Datasnap.DSHTTPServiceProxyDispatcher.TDSHTTPServiceProxyDispatcher.Notification

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
Datasnap.DSHTTPServiceProxyDispatcher.pas
Datasnap.DSHTTPServiceProxyDispatcher.hpp
Datasnap.DSHTTPServiceProxyDispatcher TDSHTTPServiceProxyDispatcher

Beschreibung

Reagiert auf Benachrichtigungen, dass Komponenten gerade entfernt werden.

Datasnap.DSHTTPServiceProxyDispatcher.TDSHTTPServiceProxyDispatcher.Notification erbt von Datasnap.DSHTTP.TDSHTTPServiceComponent.Notification. Der folgende Inhalt bezieht sich auf Datasnap.DSHTTP.TDSHTTPServiceComponent.Notification.

Reagiert auf Benachrichtigungen, dass Komponenten gerade entfernt werden.

Die Methode Notification wird automatisch aufgerufen, wenn Komponenten aus der Anwendung entfernt werden.